diff --git a/CMakeLists.txt b/CMakeLists.txt index 55e9af1a0b..c609adb907 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,9 @@ cmake_minimum_required(VERSION 3.16) -project(qlcplus VERSION 4.13.1 LANGUAGES C CXX) +project(qlcplus VERSION 4.14.0 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/variables.cmake b/variables.cmake index d53b97ccdf..aeafae708c 100644 --- a/variables.cmake +++ b/variables.cmake @@ -21,7 +21,7 @@ if(qmlui) add_definitions(-DQMLUI) set(APPVERSION "5.0.0 GIT") else() - set(APPVERSION "4.14.0 GIT") + set(APPVERSION "4.14.0") endif() if(UNIX) diff --git a/variables.pri b/variables.pri index 503894d292..7fdc6a642f 100644 --- a/variables.pri +++ b/variables.pri @@ -4,7 +4,7 @@ APPNAME = Q Light Controller Plus FXEDNAME = Fixture Definition Editor -!qmlui: APPVERSION = 4.14.0 GIT +!qmlui: APPVERSION = 4.14.0 qmlui: APPVERSION = 5.0.0 GIT # Disable these if you don't want to see GIT short hash in the About Box