We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dcad9e commit cbbd161Copy full SHA for cbbd161
1 file changed
cmake/version.cmake
@@ -4,7 +4,7 @@
4
5
set (GMDS_MAJOR_VERSION "1")
6
set (GMDS_MINOR_VERSION "4")
7
-set (GMDS_RELEASE_VERSION "4")
+set (GMDS_RELEASE_VERSION "5")
8
set (GMDS_VERSION ${GMDS_MAJOR_VERSION}.${GMDS_MINOR_VERSION}.${GMDS_RELEASE_VERSION})
9
10
0 commit comments