mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
set version number to 2.3.5 for cmake
This commit is contained in:
parent
3868fbc9d9
commit
33ed195c19
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue