Skip to content

Commit 8de0e60

Browse files
committed
2.0.0
1 parent 6250b2e commit 8de0e60

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