From 8fcea5bc26bf70feb982ba85aee71339474bd41f Mon Sep 17 00:00:00 2001 From: Massimo Callegari Date: Sun, 19 Jun 2022 15:32:30 +0200 Subject: [PATCH] Enter 4.12.5 release --- resources/docs/html_en_EN/pdf_cover.html | 2 +- resources/docs/html_ja_JP/pdf_cover.html | 2 +- variables.pri | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/docs/html_en_EN/pdf_cover.html b/resources/docs/html_en_EN/pdf_cover.html index 63cff757db..2f86aeeeca 100644 --- a/resources/docs/html_en_EN/pdf_cover.html +++ b/resources/docs/html_en_EN/pdf_cover.html @@ -14,7 +14,7 @@
















Updated to version 4.12.5
-January, 30th 2022 +June, 19th 2022 diff --git a/resources/docs/html_ja_JP/pdf_cover.html b/resources/docs/html_ja_JP/pdf_cover.html index f069dca7e2..7a7be2e674 100755 --- a/resources/docs/html_ja_JP/pdf_cover.html +++ b/resources/docs/html_ja_JP/pdf_cover.html @@ -14,7 +14,7 @@
















Updated to version 4.12.5
-January, 30th 2022 +June, 19th 2022 diff --git a/variables.pri b/variables.pri index c8561a40fd..ed99e524bd 100644 --- a/variables.pri +++ b/variables.pri @@ -4,7 +4,7 @@ APPNAME = Q Light Controller Plus FXEDNAME = Fixture Definition Editor -!qmlui: APPVERSION = 4.12.5 GIT +!qmlui: APPVERSION = 4.12.5 qmlui: APPVERSION = 5.0.0 Beta 2 # Disable these if you don't want to see GIT short hash in the About Box @@ -35,11 +35,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: {