From 33ed195c196effe1507597b9ea2d6ade162f615d Mon Sep 17 00:00:00 2001 From: fourtf Date: Sun, 27 Mar 2022 22:43:10 +0200 Subject: [PATCH] set version number to 2.3.5 for cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ac7d57a..f2956316 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/sanitizers-cmake/cmake" ) -project(chatterino VERSION 2.3.5-beta1) +project(chatterino VERSION 2.3.5) option(BUILD_APP "Build Chatterino" ON) option(BUILD_TESTS "Build the tests for Chatterino" OFF)