mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
ZNC 1.10.0-alpha1
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
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(ZNC_VERSION 1.10.0)
|
||||
set(append_git_version false)
|
||||
set(alpha_version "-alpha1") # e.g. "-rc1"
|
||||
set(VERSION_EXTRA "" CACHE STRING
|
||||
"Additional string appended to version, e.g. to mark distribution")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user