Bump version to v1.3.0

This commit is contained in:
DreamSourceLab 2023-07-18 11:33:42 +08:00
parent 20d13016a3
commit 02152f1c75
6 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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
NEWS25
View File

@ -1,4 +1,4 @@
v1.3.0-RC10 -- (2023-07-08)
v1.3.0 -- (2023-07-18)
----------
(通用)
*改进设备管理的实现,解耦和波形采集显示的绑定

2
NEWS31
View File

@ -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

BIN
ug25.pdf

Binary file not shown.

BIN
ug31.pdf

Binary file not shown.