Skip to content

Commit

Permalink
Return version number to 1.9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGandalf committed Jul 3, 2024
1 parent ae353ac commit 25fa7a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

cmake_minimum_required(VERSION 3.13)
project(ZNC VERSION 1.9.1 LANGUAGES CXX)
set(ZNC_VERSION 1.9.1)
set(append_git_version false)
set(ZNC_VERSION 1.9.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")
Expand Down

0 comments on commit 25fa7a5

Please sign in to comment.