Skip to content

Commit bbbdc19

Browse files
committed
4.0.0
1 parent 062fb95 commit bbbdc19

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
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.10)
2-
project(painful-cpp-string-conversion VERSION 3.0.0 DESCRIPTION "Why the conversion between C++ string/wstring/u8string/u16string/u32string so painful?" LANGUAGES CXX)
2+
project(painful-cpp-string-conversion VERSION 4.0.0 DESCRIPTION "Why the conversion between C++ string/wstring/u8string/u16string/u32string so painful?" LANGUAGES CXX)
33

44
option(PAINFUL_CPP_STRING_CONVERSION_ENABLE_TEST "Enable test" OFF)
55

0 commit comments

Comments
 (0)