Skip to content

Commit 02152f1

Browse files
Bump version to v1.3.0
1 parent 20d1301 commit 02152f1

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ set(DS_DESCRIPTION "A GUI for instruments of DreamSourceLab")
3333
set(DS_VERSION_MAJOR 1)
3434
set(DS_VERSION_MINOR 3)
3535
set(DS_VERSION_MICRO 0)
36-
set(DS_VERSION_STRING ${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO}-RC10 )
36+
set(DS_VERSION_STRING ${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO} )
3737

3838
configure_file (
3939
${PROJECT_SOURCE_DIR}/DSView/config.h.in

DSView/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
#define DS_VERSION_MAJOR 1
3131
#define DS_VERSION_MINOR 3
3232
#define DS_VERSION_MICRO 0
33-
#define DS_VERSION_STRING "1.3.0-RC10"
33+
#define DS_VERSION_STRING "1.3.0"
3434

3535
#endif

NEWS25

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v1.3.0-RC10 -- (2023-07-08)
1+
v1.3.0 -- (2023-07-18)
22
----------
33
(通用)
44
*改进设备管理的实现,解耦和波形采集显示的绑定

NEWS31

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v1.3.0-RC10 -- (2023-07-08)
1+
v1.3.0 -- (2023-07-18)
22
----------
33
--common
44
* Improve device management, decouple it from wave acquisition and display

ug25.pdf

701 KB
Binary file not shown.

ug31.pdf

602 KB
Binary file not shown.

0 commit comments

Comments
 (0)