We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8a94a commit f47f221Copy full SHA for f47f221
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
2
3
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
4
5
-project(libunicode VERSION "0.0.1" LANGUAGES CXX)
+project(libunicode VERSION "0.1.0" LANGUAGES CXX)
6
7
set(MASTER_PROJECT OFF)
8
if(${CMAKE_CURRENT_SOURCE_DIR} STREQUAL ${CMAKE_SOURCE_DIR})
Changelog.md
@@ -1,5 +1,5 @@
1
-## Version 0.1.0
+## 0.1.0 (2022-11-03)
While version 0.1.0 sounds like a small number, this project is out there since quite some years already
and actively used by Contour Terminal.
0 commit comments