Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
[GUI] Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoussin committed Feb 12, 2016
1 parent c12a8ee commit e0ebdb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GUI/MotoLink.pro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ TARGET = MotoLink
TEMPLATE = app
#win32:CONFIG += console

VERSION = 0.2
VERSION = 0.0.3
message(Version $$VERSION)

VERSTR = '\\"$${VERSION}\\"' # place quotes around the version string
Expand Down Expand Up @@ -81,7 +81,7 @@ TRANSLATIONS = res/motolink_fr.ts
CODECFORTR = UTF-8

buildscripts.target = .buildscripts
buildscripts.commands = cd $$_PRO_FILE_PWD_/res && python makefw.py -v 0.1
buildscripts.commands = cd $$_PRO_FILE_PWD_/res && python makefw.py -v $$VERSION

QMAKE_EXTRA_TARGETS += buildscripts
PRE_TARGETDEPS += .buildscripts
Expand Down

0 comments on commit e0ebdb6

Please sign in to comment.