From 218f897229c8ababd42bdfc3770c9723f36cccaf Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Tue, 22 Dec 2020 22:13:20 +0000 Subject: [PATCH] Update version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2cee192f3..6b9a6ca2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ include(cmake/Flatpak.cmake) # 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(0.1.0 +ecm_setup_version(1.0.80 VARIABLE_PREFIX NEOCHAT VERSION_HEADER ${CMAKE_CURRENT_BINARY_DIR}/neochat-version.h )