Skip to content

Commit

Permalink
Enter 4.11.1 release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari committed Oct 28, 2017
1 parent 897669c commit 50ac006
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion resources/docs/pdf_cover.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <H1><img src="qrc:/qlcplus.png" align="absmiddle">

<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
Updated to version 4.11.1<br>
August, 27th 2017
October, 28th 2017
</CENTER>

</BODY>
Expand Down
8 changes: 4 additions & 4 deletions variables.pri
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

APPNAME = Q Light Controller Plus
FXEDNAME = Fixture Definition Editor
APPVERSION = 4.11.1 GIT
APPVERSION = 4.11.1

# 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)
Expand Down Expand Up @@ -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: {
Expand Down

0 comments on commit 50ac006

Please sign in to comment.