Skip to content

Commit 817cb59

Browse files
Bump version to 0.6.0
Signed-off-by: Christian Parpart <[email protected]>
1 parent 18f4411 commit 817cb59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
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.5.0" LANGUAGES CXX)
5+
project(libunicode VERSION "0.6.0" LANGUAGES CXX)
66

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

0 commit comments

Comments
 (0)