Skip to content

Commit

Permalink
Enter 4.11.0 release process
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari committed Jun 24, 2017
1 parent 0a42071 commit c1c39b8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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 <massimocallegari@yahoo.it> Sun, 30 Apr 2017 12:13:14 +0200
-- Massimo Callegari <massimocallegari@yahoo.it> Sat, 24 Jun 2017 12:13:14 +0200

qlcplus (4.10.5b) stable; urgency=high

Expand Down
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.0<br>
April, 30th 2017
June, 24th 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.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)
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 c1c39b8

Please sign in to comment.