Skip to content

Commit

Permalink
Bump version to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamSourceLab committed Jul 18, 2023
1 parent 20d1301 commit 02152f1
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ set(DS_DESCRIPTION "A GUI for instruments of DreamSourceLab")
set(DS_VERSION_MAJOR 1)
set(DS_VERSION_MINOR 3)
set(DS_VERSION_MICRO 0)
set(DS_VERSION_STRING ${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO}-RC10 )
set(DS_VERSION_STRING ${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO} )

configure_file (
${PROJECT_SOURCE_DIR}/DSView/config.h.in
Expand Down
2 changes: 1 addition & 1 deletion DSView/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
#define DS_VERSION_MAJOR 1
#define DS_VERSION_MINOR 3
#define DS_VERSION_MICRO 0
#define DS_VERSION_STRING "1.3.0-RC10"
#define DS_VERSION_STRING "1.3.0"

#endif
2 changes: 1 addition & 1 deletion NEWS25
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v1.3.0-RC10 -- (2023-07-08)
v1.3.0 -- (2023-07-18)
----------
(通用)
*改进设备管理的实现,解耦和波形采集显示的绑定
Expand Down
2 changes: 1 addition & 1 deletion NEWS31
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v1.3.0-RC10 -- (2023-07-08)
v1.3.0 -- (2023-07-18)
----------
--common
* Improve device management, decouple it from wave acquisition and display
Expand Down
Binary file modified ug25.pdf
Binary file not shown.
Binary file modified ug31.pdf
Binary file not shown.

0 comments on commit 02152f1

Please sign in to comment.