Skip to content

Commit f4917f1

Browse files
committed
Changing the current version
1 parent a24cf24 commit f4917f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.5)
22

3-
project(StockWidget VERSION 1.0.2 LANGUAGES CXX)
3+
project(StockWidget VERSION 1.0.3 LANGUAGES CXX)
44

55
set(CMAKE_AUTOUIC ON)
66
set(CMAKE_AUTOMOC ON)

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#define dSOFT_NAME "StockWidget"
77

88
const QString SOFT_NAME = dSOFT_NAME;
9-
const QString SOFT_VERSION = "1.0.2";
9+
const QString SOFT_VERSION = "1.0.3";
1010
const QString CONFIG_NAME = "config.cfg";
1111

1212
#endif // VERSION_H

0 commit comments

Comments
 (0)