Skip to content

Commit ccf1dbb

Browse files
committed
Bump version.
1 parent cff1c79 commit ccf1dbb

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
@@ -147,7 +147,7 @@ if (EXISTS .gitignore)
147147
set(CPACK_SOURCE_GENERATOR ZIP)
148148
set(CPACK_SOURCE_IGNORE_FILES ${ignored_files})
149149
set(CPACK_PACKAGE_VERSION_MAJOR 0)
150-
set(CPACK_PACKAGE_VERSION_MINOR 9)
150+
set(CPACK_PACKAGE_VERSION_MINOR 10)
151151
set(CPACK_PACKAGE_VERSION_PATCH 0)
152152
set(CPPFORMAT_VERSION
153153
${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})

0 commit comments

Comments
 (0)