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 6279c71 commit b39d510Copy full SHA for b39d510
CMakeLists.txt
@@ -32,7 +32,7 @@ set(DS_DESCRIPTION "A GUI for instruments of DreamSourceLab")
32
33
set(DS_VERSION_MAJOR 1)
34
set(DS_VERSION_MINOR 2)
35
-set(DS_VERSION_MICRO 0)
+set(DS_VERSION_MICRO 1)
36
set(DS_VERSION_STRING ${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO} )
37
38
configure_file (
DSView/config.h
@@ -29,7 +29,7 @@
29
/* DSView version information */
30
#define DS_VERSION_MAJOR 1
31
#define DS_VERSION_MINOR 2
-#define DS_VERSION_MICRO 0
-#define DS_VERSION_STRING "1.2.0"
+#define DS_VERSION_MICRO 1
+#define DS_VERSION_STRING "1.2.1"
#endif
0 commit comments