Skip to content

Commit 11efd6c

Browse files
committed
- 5.4 release
1 parent c682226 commit 11efd6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.5.0)
55
set(CMAKE_OSX_ARCHITECTURES x86_64)
66
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.8)
77
project(RespeQt VERSION 5.4 LANGUAGES CXX)
8-
set(RC_VERSION "RC5")
8+
set(RC_VERSION "0")
99
cmake_policy(SET CMP0071 NEW)
1010
set(CMAKE_CXX_STANDARD 11)
1111
set(CMAKE_CXX_STANDARD_REQUIRED ON)

respeqt.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#
1212
#CONFIG(release, debug|release):DEFINES += QT_NO_DEBUG_OUTPUT
1313
VERSION = 5.4
14-
RC_VERSION = "RC5"
14+
RC_VERSION = "0"
1515
DEFINES += VERSION=\\\"v$$VERSION_$$RC_VERSION\\\"
1616

1717
#debug {

0 commit comments

Comments
 (0)