Skip to content

Commit f47f221

Browse files
Releasing 0.1.0 - first commit in May 2020, after two and a half years of being actively used in Contour.
1 parent da8a94a commit f47f221

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
22

33
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
44

5-
project(libunicode VERSION "0.0.1" LANGUAGES CXX)
5+
project(libunicode VERSION "0.1.0" LANGUAGES CXX)
66

77
set(MASTER_PROJECT OFF)
88
if(${CMAKE_CURRENT_SOURCE_DIR} STREQUAL ${CMAKE_SOURCE_DIR})

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
## Version 0.1.0
2+
## 0.1.0 (2022-11-03)
33

44
While version 0.1.0 sounds like a small number, this project is out there since quite some years already
55
and actively used by Contour Terminal.

0 commit comments

Comments
 (0)