Skip to content

Commit

Permalink
build: let's tag QLC+ 5.0.0 Alpha 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari committed Mar 3, 2018
1 parent 2a13f79 commit 48f1f74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions variables.pri
Expand Up @@ -4,7 +4,7 @@

APPNAME = Q Light Controller Plus
FXEDNAME = Fixture Definition Editor
APPVERSION = 4.11.2 GIT
APPVERSION = 5.0.0 alpha1

# Disable these if you don't want to see GIT short hash in the About Box
#unix:REVISION = $$system(git log --pretty=format:'%h' -n 1)
Expand Down Expand Up @@ -36,11 +36,11 @@ contains(FORCECONFIG, release) {
#DEFINES += QT_NO_DEBUG_OUTPUT
} else {
# Enable the following 2 lines when making a release
CONFIG -= release
CONFIG += release
# DEFINES += QT_NO_DEBUG_OUTPUT

# Disable this when making a release
CONFIG += debug
CONFIG -= debug
}

!macx:!ios: {
Expand Down

0 comments on commit 48f1f74

Please sign in to comment.