Skip to content

Commit 73f75d7

Browse files
committed
Set version to 5.4.1
1 parent e42d4ca commit 73f75d7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-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)
55
set(CMAKE_OSX_ARCHITECTURES x86_64)
66
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.8)
77
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
99
cmake_policy(SET CMP0071 NEW)
1010
set(CMAKE_CXX_STANDARD 11)
1111
set(CMAKE_CXX_STANDARD_REQUIRED ON)

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[![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)
24

35
RespeQt, Atari Serial Peripheral Emulator for Qt
46

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
PROJECT_VERSION = "5.4.1"
14-
RC_VERSION = "-RC3" ## Begin RC version with minus
14+
RC_VERSION = "" ## Begin RC version with minus
1515
DEFINES += VERSION=\\\"v$${PROJECT_VERSION}$${RC_VERSION}\\\"
1616

1717
#debug {

0 commit comments

Comments
 (0)