Skip to content

Commit dc7b4a9

Browse files
committed
Automatic release to 24.1.2
1 parent cd3e76b commit dc7b4a9

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
@@ -58,7 +58,7 @@ endif (NOT CMAKE_BUILD_TYPE MATCHES "Release")
5858

5959
# Set dev version if this is a development version and not a full release,
6060
# unset (put value 0 or delete line) before a full release and reset after.
61-
set (PROJECT_DEV_VERSION 1)
61+
set (PROJECT_DEV_VERSION 0)
6262

6363
# If PROJECT_DEV_VERSION is set, the version string will be set to:
6464
# "major.minor.patch~dev${PROJECT_DEV_VERSION}${GIT_REVISION}"

0 commit comments

Comments
 (0)