File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.5)
5
5
set (CMAKE_OSX_ARCHITECTURES x86_64 )
6
6
set (CMAKE_OSX_DEPLOYMENT_TARGET 10.8 )
7
7
project (RespeQt VERSION 5.4.1 LANGUAGES CXX )
8
- set (RC_VERSION "_RC3 " ) ## Begin RC version with underscore
8
+ set (RC_VERSION "" ) ## Begin RC version with underscore
9
9
cmake_policy (SET CMP0071 NEW )
10
10
set (CMAKE_CXX_STANDARD 11 )
11
11
set (CMAKE_CXX_STANDARD_REQUIRED ON )
Original file line number Diff line number Diff line change 1
1
[ ![ 32-bit MinGW builds] ( https://github.com/josch1710/RespeQt/actions/workflows/mingw32.yml/badge.svg )] ( https://github.com/josch1710/RespeQt/actions/workflows/mingw32.yml )
2
+ [ ![ Linux builds] ( https://github.com/josch1710/RespeQt/actions/workflows/linux.yml/badge.svg )] ( https://github.com/josch1710/RespeQt/actions/workflows/linux.yml )
3
+ [ ![ MacOS builds] ( https://github.com/josch1710/RespeQt/actions/workflows/macos.yml/badge.svg )] ( https://github.com/josch1710/RespeQt/actions/workflows/macos.yml )
2
4
3
5
RespeQt, Atari Serial Peripheral Emulator for Qt
4
6
Original file line number Diff line number Diff line change 11
11
#
12
12
# CONFIG(release, debug|release):DEFINES += QT_NO_DEBUG_OUTPUT
13
13
PROJECT_VERSION = " 5.4.1"
14
- RC_VERSION = " -RC3 " # # Begin RC version with minus
14
+ RC_VERSION = " " # # Begin RC version with minus
15
15
DEFINES += VERSION =\ \\"v$${PROJECT_VERSION}$${RC_VERSION}\\\"
16
16
17
17
# debug {
You can’t perform that action at this time.
0 commit comments