Version number increase + changelog

This commit is contained in:
Jan Käberich 2022-04-20 15:43:37 +02:00
parent d7830de8d1
commit e50ac5702d
3 changed files with 19 additions and 9 deletions

View file

@ -316,5 +316,5 @@ RESOURCES += \
CONFIG += c++17
REVISION = $$system(git rev-parse HEAD)
DEFINES += GITHASH=\\"\"$$REVISION\\"\"
DEFINES += FW_MAJOR=1 FW_MINOR=2 FW_PATCH=2 FW_SUFFIX=""#\\"\"-alpha.2\\"\"
DEFINES += FW_MAJOR=1 FW_MINOR=3 FW_PATCH=0 FW_SUFFIX=""#\\"\"-alpha.2\\"\"
DEFINES -= _UNICODE UNICODE