diff --git a/variables.pri b/variables.pri index 5611abe49e..89ac7526ff 100644 --- a/variables.pri +++ b/variables.pri @@ -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) @@ -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: {