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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

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)

View file

@ -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>

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"