Skip to content

Commit

Permalink
version:release V0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoming <2014500726@smail.xtu.edu.cn>
  • Loading branch information
QQxiaoming committed Aug 1, 2022
1 parent 9a95310 commit 3c0d5f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game_box.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ greaterThan(QT_MAJOR_VERSION, 4) {
}
CONFIG += c++11
DEFINES += QT_DEPRECATED_WARNINGS
DEFINES += APP_VERSION="\\\"V0.0.5\\\""
DEFINES += APP_VERSION="\\\"V0.1.0\\\""

INCLUDEPATH += \
-I ./nes/port \
Expand Down Expand Up @@ -91,7 +91,7 @@ RCC_DIR = $$build_type/rcc
UI_DIR = $$build_type/ui

win32:{
VERSION = 0.0.5.0
VERSION = 0.1.0.0
RC_LANG = 0x0004
RC_ICONS = "img\icon.ico"

Expand Down

0 comments on commit 3c0d5f1

Please sign in to comment.