Version number increased, added changelog

This commit is contained in:
Jan Käberich 2021-12-05 19:53:14 +01:00
parent 2ea668a715
commit 1c6a1ab6fd
5 changed files with 31 additions and 5 deletions

View file

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