2.3.5-beta1

This commit is contained in:
fourtf
2022-03-27 22:31:09 +02:00
committed by GitHub
parent e8b0257397
commit 3868fbc9d9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ list(APPEND CMAKE_MODULE_PATH
"${CMAKE_SOURCE_DIR}/cmake/sanitizers-cmake/cmake"
)
project(chatterino VERSION 2.3.5-beta)
project(chatterino VERSION 2.3.5-beta1)
option(BUILD_APP "Build Chatterino" ON)
option(BUILD_TESTS "Build the tests for Chatterino" OFF)
@@ -32,6 +32,6 @@
<binary>chatterino</binary>
</provides>
<releases>
<release version="2.3.5-beta" date="2022-03-27"/>
<release version="2.3.5-beta1" date="2022-03-27"/>
</releases>
</component>
+1 -1
View File
@@ -3,7 +3,7 @@
#include <QString>
#include <QtGlobal>
#define CHATTERINO_VERSION "2.3.5-beta"
#define CHATTERINO_VERSION "2.3.5-beta1"
#if defined(Q_OS_WIN)
# define CHATTERINO_OS "win"