We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a9672 commit 3270ceaCopy full SHA for 3270cea
CMakeLists.txt
@@ -28,9 +28,9 @@ include( GitVersionSemverfier )
28
# Version
29
#-----------------------------------------------------------------
30
set( BHL_REPO_VERSION_MAJOR 1 )
31
-set( BHL_REPO_VERSION_MINOR 14 )
32
-set( BHL_REPO_VERSION_PATCH 0 )
33
-set( BHL_REPO_VERSION_TAG "dev" )
+set( BHL_REPO_VERSION_MINOR 13 )
+set( BHL_REPO_VERSION_PATCH 2 )
+set( BHL_REPO_VERSION_TAG "" )
34
35
if( GIT_SUCCESS )
36
message( "Version: ${GIT_SEM_VERSION} (from Git)" )
0 commit comments