From c4c283c85ad9b1d179490f178ebb408ae532818e Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Mon, 31 May 2021 17:25:35 +0200 Subject: [PATCH] Update versioning to 1.2.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 290ff6135..6f502cced 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ endif() # Fix a crash due to problems with quotient's event system. Can probably be removed once the reworked event system is in cmake_policy(SET CMP0063 OLD) -ecm_setup_version(1.1.80 +ecm_setup_version(1.2.0 VARIABLE_PREFIX NEOCHAT VERSION_HEADER ${CMAKE_CURRENT_BINARY_DIR}/neochat-version.h )