Increase git version to 1.10.x

This commit is contained in:
Alexey Sokolov
2024-02-22 00:51:05 +00:00
parent 301c84fa4b
commit d1e0f258b1

View File

@@ -15,9 +15,9 @@
#
cmake_minimum_required(VERSION 3.13)
project(ZNC VERSION 1.9.0 LANGUAGES CXX)
set(ZNC_VERSION 1.9.0)
set(append_git_version false)
project(ZNC VERSION 1.10.0 LANGUAGES CXX)
set(ZNC_VERSION 1.10.x)
set(append_git_version true)
set(alpha_version "") # e.g. "-rc1"
set(VERSION_EXTRA "" CACHE STRING
"Additional string appended to version, e.g. to mark distribution")