Skip to content

Commit

Permalink
Enter 4.13.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari committed May 30, 2024
1 parent 0ce5c5b commit eea4be0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cmake_minimum_required(VERSION 3.16)
project(qlcplus VERSION 4.13.0 LANGUAGES C CXX)
project(qlcplus VERSION 4.13.1 LANGUAGES C CXX)

# Set Release build type by default
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Debug" CACHE STRING "Choose the type of build, options are: Debug Release RelWithDebInfo MinSizeRel." FORCE)
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build, options are: Debug Release RelWithDebInfo MinSizeRel." FORCE)
endif()

# Prevent CMake make install strips off non-standard build paths
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ qlcplus (4.13.1) stable; urgency=low
* New fixture: Shehds Big Bee Eyes LED Wash 19x40W RGBW (thanks to István Király)
* New fixture: Fun-Generation Mr. Beam 120 W (thanks to Mariano)

-- Massimo Callegari <[email protected]> Sun, 30 Jun 2024 12:13:14 +0200
-- Massimo Callegari <[email protected]> Thu, 30 May 2024 18:19:20 +0200

qlcplus (4.13.0) stable; urgency=low

Expand Down
2 changes: 1 addition & 1 deletion variables.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if(qmlui)
add_definitions(-DQMLUI)
set(APPVERSION "5.0.0 Beta 3")
else()
set(APPVERSION "4.13.1 GIT")
set(APPVERSION "4.13.1")
endif()

if(UNIX)
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
!qmlui: APPVERSION = 4.13.1 GIT
!qmlui: APPVERSION = 4.13.1
qmlui: APPVERSION = 5.0.0 Beta 3

# Disable these if you don't want to see GIT short hash in the About Box
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 eea4be0

Please sign in to comment.