From eea4be0faa5ad5cf2b1b4929c0d3ae9bddf30257 Mon Sep 17 00:00:00 2001 From: Massimo Callegari Date: Thu, 30 May 2024 18:38:59 +0200 Subject: [PATCH] Enter 4.13.1 release --- CMakeLists.txt | 4 ++-- debian/changelog | 2 +- variables.cmake | 2 +- variables.pri | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index db94657018..f62dc0ee3f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/debian/changelog b/debian/changelog index 1617f1e93d..58f2e7a42d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 30 Jun 2024 12:13:14 +0200 + -- Massimo Callegari Thu, 30 May 2024 18:19:20 +0200 qlcplus (4.13.0) stable; urgency=low diff --git a/variables.cmake b/variables.cmake index 12269aa261..e86f76135a 100644 --- a/variables.cmake +++ b/variables.cmake @@ -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) diff --git a/variables.pri b/variables.pri index 760d12376d..8126b960b2 100644 --- a/variables.pri +++ b/variables.pri @@ -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 @@ -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: {