Skip to content

Commit 2bf56b6

Browse files
committed
Automated commit: change version from 22.4.0 -> 22.5.0
1 parent 9edf703 commit 2bf56b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cmake_minimum_required (VERSION 3.0)
2121
message ("-- Configuring Boreas...")
2222

2323
project (boreas
24-
VERSION 22.4.1
24+
VERSION 22.5.0
2525
LANGUAGES C)
2626

2727
if (POLICY CMP0005)
@@ -63,7 +63,7 @@ endif (CLANG_FORMAT)
6363

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

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

0 commit comments

Comments
 (0)