Skip to content

Commit 3c0d5f1

Browse files
committed
version:release V0.1.0
Signed-off-by: xiaoming <[email protected]>
1 parent 9a95310 commit 3c0d5f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

game_box.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ greaterThan(QT_MAJOR_VERSION, 4) {
88
}
99
CONFIG += c++11
1010
DEFINES += QT_DEPRECATED_WARNINGS
11-
DEFINES += APP_VERSION="\\\"V0.0.5\\\""
11+
DEFINES += APP_VERSION="\\\"V0.1.0\\\""
1212

1313
INCLUDEPATH += \
1414
-I ./nes/port \
@@ -91,7 +91,7 @@ RCC_DIR = $$build_type/rcc
9191
UI_DIR = $$build_type/ui
9292

9393
win32:{
94-
VERSION = 0.0.5.0
94+
VERSION = 0.1.0.0
9595
RC_LANG = 0x0004
9696
RC_ICONS = "img\icon.ico"
9797

0 commit comments

Comments
 (0)