From 1560be33b6dbc6d8071d350b988d331e6d4f5b37 Mon Sep 17 00:00:00 2001 From: andybe <3150627+andybe@users.noreply.github.com> Date: Tue, 18 May 2021 21:43:32 +0200 Subject: [PATCH] CMakelist in sync with release point (#156) Co-authored-by: AndyBe --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f70deb91..214cfa96 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,7 +74,7 @@ message( message("") #==================================================================================# -project(MaNGOS VERSION 0.21.0) +project(MaNGOS VERSION 0.22.0) if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) set(CMAKE_INSTALL_PREFIX ${CMAKE_BINARY_DIR}/install CACHE PATH "Default install directory" FORCE)