File tree Expand file tree Collapse file tree 6 files changed +4
-4
lines changed Expand file tree Collapse file tree 6 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ set(DS_DESCRIPTION "A GUI for instruments of DreamSourceLab")
33
33
set (DS_VERSION_MAJOR 1 )
34
34
set (DS_VERSION_MINOR 3 )
35
35
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} )
37
37
38
38
configure_file (
39
39
${PROJECT_SOURCE_DIR} /DSView/config.h.in
Original file line number Diff line number Diff line change 30
30
#define DS_VERSION_MAJOR 1
31
31
#define DS_VERSION_MINOR 3
32
32
#define DS_VERSION_MICRO 0
33
- #define DS_VERSION_STRING "1.3.0-RC10 "
33
+ #define DS_VERSION_STRING "1.3.0"
34
34
35
35
#endif
Original file line number Diff line number Diff line change 1
- v1.3.0-RC10 -- (2023-07-08 )
1
+ v1.3.0 -- (2023-07-18 )
2
2
----------
3
3
(通用)
4
4
*改进设备管理的实现,解耦和波形采集显示的绑定
Original file line number Diff line number Diff line change 1
- v1.3.0-RC10 -- (2023-07-08 )
1
+ v1.3.0 -- (2023-07-18 )
2
2
----------
3
3
--common
4
4
* Improve device management, decouple it from wave acquisition and display
You can’t perform that action at this time.
0 commit comments