ZNC 1.10.2-rc1

This commit is contained in:
Alexey Sokolov
2026-04-23 21:19:26 +01:00
parent 49af1c8d53
commit 94aa541793
+3 -3
View File
@@ -16,9 +16,9 @@
cmake_minimum_required(VERSION 3.13)
project(ZNC VERSION 1.10.2 LANGUAGES CXX)
set(ZNC_VERSION 1.10.x)
set(append_git_version true)
set(alpha_version "") # e.g. "-rc1"
set(ZNC_VERSION 1.10.2)
set(append_git_version false)
set(alpha_version "-rc1") # e.g. "-rc1"
set(VERSION_EXTRA "" CACHE STRING
"Additional string appended to version, e.g. to mark distribution")