Change suffix back to git after 1.0rc1 release candidate

This commit is contained in:
Adam Honse 2025-02-25 00:02:29 -06:00
parent 1fbacdea37
commit 6b84edb4fd

View file

@ -26,7 +26,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
#-----------------------------------------------------------------------------------------------#
MAJOR = 0
MINOR = 9
SUFFIX = 1.0rc1
SUFFIX = git
SHORTHASH = $$system("git rev-parse --short=7 HEAD")
LASTTAG = "release_"$$MAJOR"."$$MINOR