Skip to content

Commit 2ae480c

Browse files
committed
Version numbering
1 parent 719071e commit 2ae480c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

respeqt.pro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# know the specific year(s) please let the current maintainer know.
1111
#
1212
#CONFIG(release, debug|release):DEFINES += QT_NO_DEBUG_OUTPUT
13-
PROJECT_VERSION = 5.4.1
14-
RC_VERSION = "_RC1" ## Begin RC version with underscore
13+
PROJECT_VERSION = "5.4.1"
14+
RC_VERSION = "-RC1" ## Begin RC version with minus
1515
DEFINES += VERSION=\\\"v$${PROJECT_VERSION}$${RC_VERSION}\\\"
1616

1717
#debug {
@@ -72,11 +72,11 @@ macx {
7272
QMAKE_EXTRA_TARGETS += deploy
7373
}
7474
win32 {
75-
deploy.commands = $$PWD/deployment/windeploy.bat "$$OUT_PWD/release/$$TARGET" "$$QMAKE_QMAKE" "$$PWD" "$${VERSION}_$${RC_VERSION}"
75+
deploy.commands = $$PWD/deployment/windeploy.bat "$$OUT_PWD/release/$$TARGET" "$$QMAKE_QMAKE" "$$PWD" "$${VERSION}$${RC_VERSION}"
7676
QMAKE_EXTRA_TARGETS += deploy
7777
}
7878
linux {
79-
deploy.commands = $$PWD/deployment/lindeploy.sh "$$OUT_PWD/$$TARGET" "$$QMAKE_QMAKE" "$$PWD" "$${VERSION}$${RC_VERSION}"
79+
deploy.commands = $$PWD/deployment/lindeploy.sh "$$OUT_PWD/$$TARGET" "$$QMAKE_QMAKE" "$$PWD" "$${PROJECT_VERSION}$${RC_VERSION}"
8080
QMAKE_EXTRA_TARGETS += deploy
8181
}
8282

0 commit comments

Comments
 (0)