Skip to content

Commit 5aac341

Browse files
committed
Automatic release to 22.35.5
1 parent e822483 commit 5aac341

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

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

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

0 commit comments

Comments
 (0)