Skip to content

Commit c9c5bc5

Browse files
committed
Updated project version to 2.0. [skip ci]
1 parent 3ff4b96 commit c9c5bc5

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
@@ -17,7 +17,7 @@ set(CMAKE_TOOLCHAIN_FILE "${CMAKE_CURRENT_SOURCE_DIR}/vcpkg/scripts/buildsystems
1717

1818

1919
project("the_modern_c++_challenge"
20-
VERSION 1.0
20+
VERSION 2.0
2121
DESCRIPTION "My solutions to the 100 problems of The Modern C++ Challenge, a book by Marius Bancila's (published by Packt)."
2222
HOMEPAGE_URL https://github.com/rturrado/the_modern_cpp_challenge.git
2323
LANGUAGES C CXX

0 commit comments

Comments
 (0)