From 292944ad176759a2aea1abeae07bbf5829166bc6 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Sat, 22 Feb 2025 10:24:35 -0600 Subject: [PATCH] Release Candidate 1.0rc1 --- OpenRGB.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRGB.pro b/OpenRGB.pro index 60eade289..14c35bb66 100644 --- a/OpenRGB.pro +++ b/OpenRGB.pro @@ -26,7 +26,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets #-----------------------------------------------------------------------------------------------# MAJOR = 0 MINOR = 9 -SUFFIX = git +SUFFIX = 1.0rc1 SHORTHASH = $$system("git rev-parse --short=7 HEAD") LASTTAG = "release_"$$MAJOR"."$$MINOR