aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar ctrlaltca2024-05-11 13:44:18 +0200
committerGravatar GitHub2024-05-11 13:44:18 +0200
commit0bb27332d96426b95176648761680ff5a3e10dfe (patch)
treec40786a9ea3af3a5f0301d7b8873f13fbf955e23 /CMakeLists.txt
parentRemove rfc (#2641) (diff)
downloadKVIrc-5.2.4.tar.gz
KVIrc-5.2.4.tar.bz2
KVIrc-5.2.4.zip
Version 5.2.4 (#2642) 5.2.4
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 67ca6f259..81e7b3e46 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -47,7 +47,7 @@ set(PACKAGE "kvirc")
set(NICENAME "KVIrc")
set(VERSION_MAJOR "5")
set(VERSION_BRANCH "5.2")
-set(VERSION_RELEASE "5.2.2")
+set(VERSION_RELEASE "5.2.4")
set(VERSION_CODENAME "Quasar")
string(REGEX MATCH "[0-9]+$" VERSION_MINOR ${VERSION_BRANCH})