mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
ZNC 1.9.0-rc1
This commit is contained in:
+3
-3
@@ -16,9 +16,9 @@
|
||||
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
project(ZNC VERSION 1.9.0 LANGUAGES CXX)
|
||||
set(ZNC_VERSION 1.9.x)
|
||||
set(append_git_version true)
|
||||
set(alpha_version "") # e.g. "-rc1"
|
||||
set(ZNC_VERSION 1.9.0)
|
||||
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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user