diff --git a/debian/changelog b/debian/changelog index d8cd423d91..b078a66ea1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ qlcplus (4.11.0) stable; urgency=low * engine: fixed setting start/end color while a RGB Matrix is running * engine: fixed crash when pausing a Show with an unavailable audio file + * engine: major rework of Sequences. Projects using them need to be migrated * UI: enabled Alt key combinations on macOS to behave like other platforms (thanks to Matt Mayfield) * UI/RGB Panel: added panel direction (thanks to Raivis Rengelis) * UI/Fixture Manager: added weight and power consumption information on fixtures/universe selection (Chris de Rock idea) @@ -91,7 +92,7 @@ qlcplus (4.11.0) stable; urgency=low * New fixture: American DJ Stinger Spot (thanks to Jason R. Johnston) * New fixture: Stairville Blade Sting 8 RGBW Beam Mover - -- Massimo Callegari Sun, 30 Apr 2017 12:13:14 +0200 + -- Massimo Callegari Sat, 24 Jun 2017 12:13:14 +0200 qlcplus (4.10.5b) stable; urgency=high diff --git a/resources/docs/pdf_cover.html b/resources/docs/pdf_cover.html index ca27e2ce38..04e61208f5 100644 --- a/resources/docs/pdf_cover.html +++ b/resources/docs/pdf_cover.html @@ -14,7 +14,7 @@
















Updated to version 4.11.0
-April, 30th 2017 +June, 24th 2017 diff --git a/variables.pri b/variables.pri index f25ea27909..2f043508f7 100644 --- a/variables.pri +++ b/variables.pri @@ -4,7 +4,7 @@ APPNAME = Q Light Controller Plus FXEDNAME = Fixture Definition Editor -APPVERSION = 4.11.0 GIT +APPVERSION = 4.11.0 # 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 -# DEFINES += QT_NO_DEBUG_OUTPUT + CONFIG += release + DEFINES += QT_NO_DEBUG_OUTPUT # Disable this when making a release - CONFIG += debug + CONFIG -= debug } !macx:!ios: {