From 0a9fe963d7d55b8f597d3a2b5f4d7edba55da28c Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Sun, 14 Sep 2025 14:14:24 -0500 Subject: [PATCH] OpenRGB Release Candidate 1.0rc2wr0 --- OpenRGB.pro | 2 +- scripts/prepare-artifacts.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenRGB.pro b/OpenRGB.pro index b73e87c79..e55798b3f 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.0rc2wr0 SHORTHASH = $$system("git rev-parse --short=7 HEAD") LASTTAG = "release_"$$MAJOR"."$$MINOR diff --git a/scripts/prepare-artifacts.py b/scripts/prepare-artifacts.py index 0e63e83ed..eef58012c 100755 --- a/scripts/prepare-artifacts.py +++ b/scripts/prepare-artifacts.py @@ -12,12 +12,12 @@ import os ############################################# # OpenRGB version # ############################################# -version = "1.0rc1" +version = "1.0rc2wr0" ############################################# # Git version (tag, branch, or commit) # ############################################# -git_id = "release_candidate_1.0rc1" +git_id = "release_candidate_1.0rc2wr0" command = "git rev-list -n 1 " + git_id print(command)