From 8e5ebd51a8055211ba8e500f4249ccdc391bb653 Mon Sep 17 00:00:00 2001 From: Massimo Callegari Date: Sun, 5 Aug 2018 16:49:18 +0200 Subject: [PATCH] QLC+ 5.0.0 Alpha3 --- variables.pri | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/variables.pri b/variables.pri index 21dcda34a7..458b391d3c 100644 --- a/variables.pri +++ b/variables.pri @@ -4,7 +4,7 @@ APPNAME = Q Light Controller Plus FXEDNAME = Fixture Definition Editor -APPVERSION = 4.11.3 GIT +APPVERSION = 5.0.0 Alpha3 # 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: {