Skip to content

Commit

Permalink
Releasing 0.1.0 - first commit in May 2020, after two and a half year…
Browse files Browse the repository at this point in the history
…s of being actively used in Contour.
  • Loading branch information
christianparpart committed Nov 3, 2022
1 parent da8a94a commit f47f221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14 FATAL_ERROR)

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

project(libunicode VERSION "0.0.1" LANGUAGES CXX)
project(libunicode VERSION "0.1.0" LANGUAGES CXX)

set(MASTER_PROJECT OFF)
if(${CMAKE_CURRENT_SOURCE_DIR} STREQUAL ${CMAKE_SOURCE_DIR})
Expand Down
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

## 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.
Expand Down

0 comments on commit f47f221

Please sign in to comment.