We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9edf703 commit 2bf56b6Copy full SHA for 2bf56b6
CMakeLists.txt
@@ -21,7 +21,7 @@ cmake_minimum_required (VERSION 3.0)
21
message ("-- Configuring Boreas...")
22
23
project (boreas
24
- VERSION 22.4.1
+ VERSION 22.5.0
25
LANGUAGES C)
26
27
if (POLICY CMP0005)
@@ -63,7 +63,7 @@ endif (CLANG_FORMAT)
63
64
# Set dev version if this is a development version and not a full release,
65
# unset (put value 0 or delete line) before a full release and reset after.
66
-set (PROJECT_DEV_VERSION 1)
+set (PROJECT_DEV_VERSION 0)
67
68
# If PROJECT_DEV_VERSION is set, the version string will be set to:
69
# "major.minor.patch~dev${PROJECT_DEV_VERSION}${GIT_REVISION}"
0 commit comments