aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar ctrlaltca2024-10-11 15:27:32 +0200
committerGravatar GitHub2024-10-11 15:27:32 +0200
commit0e01bc6b30dfa4a83ba098d60d05791518542db2 (patch)
tree916cbe3c1098a142d41cfac7ee57a436cb9b2781 /CMakeLists.txt
parentTag the build artifacts for win7/qt5 to discriminate them on nightly builds (... (diff)
downloadKVIrc-5.2.6.tar.gz
KVIrc-5.2.6.tar.bz2
KVIrc-5.2.6.zip
Version 5.2.6 (#2683) 5.2.6
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 358de1b01..eaa070762 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.4")
+set(VERSION_RELEASE "5.2.6")
set(VERSION_CODENAME "Quasar")
string(REGEX MATCH "[0-9]+$" VERSION_MINOR ${VERSION_BRANCH})