mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2026-09-14 22:02:38 +00:00
update version to v1.3.2-dev1
This commit is contained in:
+2
-2
@@ -32,8 +32,8 @@ set(DS_DESCRIPTION "A GUI for instruments of DreamSourceLab")
|
||||
|
||||
set(DS_VERSION_MAJOR 1)
|
||||
set(DS_VERSION_MINOR 3)
|
||||
set(DS_VERSION_MICRO 1)
|
||||
set(DS_VERSION_STRING ${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO} )
|
||||
set(DS_VERSION_MICRO 2)
|
||||
set(DS_VERSION_STRING ${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO}-dev1 )
|
||||
|
||||
configure_file (
|
||||
${PROJECT_SOURCE_DIR}/DSView/config.h.in
|
||||
|
||||
+2
-2
@@ -29,7 +29,7 @@
|
||||
/* DSView version information */
|
||||
#define DS_VERSION_MAJOR 1
|
||||
#define DS_VERSION_MINOR 3
|
||||
#define DS_VERSION_MICRO 1
|
||||
#define DS_VERSION_STRING "1.3.1"
|
||||
#define DS_VERSION_MICRO 2
|
||||
#define DS_VERSION_STRING "1.3.2-dev1"
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user