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 9deb5f7 commit 3f1ddc7Copy full SHA for 3f1ddc7
CMakeLists.txt
@@ -33,7 +33,7 @@ set(DS_DESCRIPTION "A GUI for instruments of DreamSourceLab")
33
set(DS_VERSION_MAJOR 1)
34
set(DS_VERSION_MINOR 2)
35
set(DS_VERSION_MICRO 0)
36
-set(DS_VERSION_STRING ${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO}-RC15 )
+set(DS_VERSION_STRING ${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO} )
37
38
configure_file (
39
${PROJECT_SOURCE_DIR}/DSView/config.h.in
0 commit comments