This commit is contained in:
fourtf 2021-05-16 19:29:27 +02:00
parent 6ae8427fc6
commit 80506a8625
4 changed files with 5 additions and 3 deletions

View file

@ -2,6 +2,8 @@
## Unversioned
## 2.3.2
- Major: New split for channels going live! /live. (#1797)
- Minor: Added a message that displays a new date on new day. (#1016)
- Minor: Hosting messages are now clickable. (#2655)

View file

@ -7,7 +7,7 @@ list(APPEND CMAKE_MODULE_PATH
"${CMAKE_SOURCE_DIR}/cmake/sanitizers-cmake/cmake"
)
project(chatterino VERSION 2.3.1)
project(chatterino VERSION 2.3.2)
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.1" date="2021-04-18"/>
<release version="2.3.2" date="2021-04-18"/>
</releases>
</component>

View file

@ -3,7 +3,7 @@
#include <QString>
#include <QtGlobal>
#define CHATTERINO_VERSION "2.3.1"
#define CHATTERINO_VERSION "2.3.2"
#if defined(Q_OS_WIN)
# define CHATTERINO_OS "win"