Update versioning to 1.2.0

This commit is contained in:
Carl Schwan
2021-05-31 17:25:35 +02:00
parent 56f49fabf7
commit c4c283c85a

View File

@@ -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 # 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) cmake_policy(SET CMP0063 OLD)
ecm_setup_version(1.1.80 ecm_setup_version(1.2.0
VARIABLE_PREFIX NEOCHAT VARIABLE_PREFIX NEOCHAT
VERSION_HEADER ${CMAKE_CURRENT_BINARY_DIR}/neochat-version.h VERSION_HEADER ${CMAKE_CURRENT_BINARY_DIR}/neochat-version.h
) )