Skip to content

Commit 25648e8

Browse files
Fix 0.9.0 version in CMakeLists.txt ;-(
Signed-off-by: Christian Parpart <christian@parpart.family>
1 parent b503a32 commit 25648e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_policy(SET CMP0092 NEW)
66

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

9-
project(libunicode VERSION "0.8.0" LANGUAGES CXX)
9+
project(libunicode VERSION "0.9.0" LANGUAGES CXX)
1010

1111
# Suppress CMake "unused variable" warning for CMAKE_TOOLCHAIN_FILE
1212
# when using presets that reference vcpkg.

0 commit comments

Comments
 (0)