Skip to content

Commit

Permalink
Temporarily enter release mode to tag 4.10.3a
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari committed Mar 9, 2016
1 parent f2f994a commit a042409
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Sun, 8 May 2016 12:13:14 +0200
-- Massimo Callegari <[email protected]> Wed, 9 Mar 2016 22:03:14 +0200

qlcplus (4.10.3) stable; urgency=low

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.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)
Expand All @@ -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]" ) {
Expand Down

0 comments on commit a042409

Please sign in to comment.