From 6b84edb4fdee0291cee679978d40506545276d60 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Tue, 25 Feb 2025 00:02:29 -0600 Subject: [PATCH] Change suffix back to git after 1.0rc1 release candidate --- OpenRGB.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRGB.pro b/OpenRGB.pro index 14c35bb6..60eade28 100644 --- a/OpenRGB.pro +++ b/OpenRGB.pro @@ -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