From a04240979e7b10be259dea934db02be4617f9513 Mon Sep 17 00:00:00 2001 From: Massimo Callegari Date: Wed, 9 Mar 2016 22:04:21 +0100 Subject: [PATCH] Temporarily enter release mode to tag 4.10.3a --- debian/changelog | 4 ++-- variables.pri | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index eb85285d15..26d83c5187 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -qlcplus (4.10.4) stable; urgency=low +qlcplus (4.10.3a) stable; urgency=low * Scripts: Fix 4.10.3 regression that breaks time values parsing (David Garyga) * RGBMatrix Editor: Fix 4.10.3 regression where QLC+ hangs on duration < 20ms (David Garyga) - -- Massimo Callegari Sun, 8 May 2016 12:13:14 +0200 + -- Massimo Callegari Wed, 9 Mar 2016 22:03:14 +0200 qlcplus (4.10.3) stable; urgency=low diff --git a/variables.pri b/variables.pri index bef1359ffb..845ec3f980 100644 --- a/variables.pri +++ b/variables.pri @@ -4,7 +4,7 @@ APPNAME = Q Light Controller Plus FXEDNAME = Fixture Definition Editor -APPVERSION = 4.10.4 GIT +APPVERSION = 4.10.3a # 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) @@ -23,11 +23,11 @@ CONFIG += warn_on CONFIG += ordered # Enable the following 2 lines when making a release -CONFIG -= release -#DEFINES += QT_NO_DEBUG_OUTPUT +CONFIG += release +DEFINES += QT_NO_DEBUG_OUTPUT # Disable this when making a release -CONFIG += debug +CONFIG -= debug !macx:!ios: { system( g++ --version | grep -e "4.6.[0-9]" ) {