Skip to content

Commit b39d510

Browse files
update: version config file
1 parent 6279c71 commit b39d510

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ set(DS_DESCRIPTION "A GUI for instruments of DreamSourceLab")
3232

3333
set(DS_VERSION_MAJOR 1)
3434
set(DS_VERSION_MINOR 2)
35-
set(DS_VERSION_MICRO 0)
35+
set(DS_VERSION_MICRO 1)
3636
set(DS_VERSION_STRING ${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO} )
3737

3838
configure_file (

DSView/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/* DSView version information */
3030
#define DS_VERSION_MAJOR 1
3131
#define DS_VERSION_MINOR 2
32-
#define DS_VERSION_MICRO 0
33-
#define DS_VERSION_STRING "1.2.0"
32+
#define DS_VERSION_MICRO 1
33+
#define DS_VERSION_STRING "1.2.1"
3434

3535
#endif

0 commit comments

Comments
 (0)