Skip to content

Commit afa3681

Browse files
committed
Enter 4.12.3 release
1 parent 1ba869e commit afa3681

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

resources/docs/html_en_EN/pdf_cover.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <H1><img src="qrc:/qlcplus.png" align="absmiddle">
1414

1515
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
1616
Updated to version 4.12.3<br>
17-
December, 29th 2019
17+
August, 30th 2020
1818
</CENTER>
1919

2020
</BODY>

resources/docs/html_ja_JP/pdf_cover.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <H1><img src="qrc:/qlcplus.png" align="absmiddle">
1414

1515
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
1616
Updated to version 4.12.3<br>
17-
December, 29th 2019
17+
August, 30th 2020
1818
</center>
1919

2020
</BODY>

variables.pri

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
APPNAME = Q Light Controller Plus
66
FXEDNAME = Fixture Definition Editor
7-
!qmlui: APPVERSION = 4.12.3 GIT
7+
!qmlui: APPVERSION = 4.12.3
88
qmlui: APPVERSION = 5.0.0 Alpha 4
99

1010
# Disable these if you don't want to see GIT short hash in the About Box
@@ -35,11 +35,11 @@ contains(FORCECONFIG, release) {
3535
#DEFINES += QT_NO_DEBUG_OUTPUT
3636
} else {
3737
# Enable the following 2 lines when making a release
38-
CONFIG -= release
39-
# DEFINES += QT_NO_DEBUG_OUTPUT
38+
CONFIG += release
39+
DEFINES += QT_NO_DEBUG_OUTPUT
4040

4141
# Disable this when making a release
42-
CONFIG += debug
42+
CONFIG -= debug
4343
}
4444

4545
!macx:!ios: {

0 commit comments

Comments
 (0)