Skip to content

Commit d93c683

Browse files
committed
CONFIG: Updated version.
1 parent 7c7b02b commit d93c683

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
@@ -10,7 +10,7 @@ project (cpp-pre)
1010
enable_testing()
1111

1212
set (pre_VERSION_MAJOR 1)
13-
set (pre_VERSION_MINOR 1)
13+
set (pre_VERSION_MINOR 2)
1414
set (pre_VERSION_PATCH 0)
1515

1616
set (PRE_VERSION "${pre_VERSION_MAJOR}.${pre_VERSION_MINOR}.${pre_VERSION_PATCH}")

0 commit comments

Comments
 (0)