From 3847ade26f883289abc989ef4eed897338242bd8 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Sun, 14 Sep 2025 14:17:46 -0500 Subject: [PATCH] Change suffix back to git after 1.0rc2wr0 release candidate --- OpenRGB.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRGB.pro b/OpenRGB.pro index e55798b3f..b73e87c79 100644 --- a/OpenRGB.pro +++ b/OpenRGB.pro @@ -26,7 +26,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets #-----------------------------------------------------------------------------------------------# MAJOR = 0 MINOR = 9 -SUFFIX = 1.0rc2wr0 +SUFFIX = git SHORTHASH = $$system("git rev-parse --short=7 HEAD") LASTTAG = "release_"$$MAJOR"."$$MINOR