From 5e81e26fcc65d3dacfb76b0a30ec0142ec7bb131 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Wed, 12 Aug 2026 12:01:01 -0500 Subject: [PATCH] OpenRGB Release Candidate 1.0rc3.1 --- OpenRGB.pro | 2 +- qt/org.openrgb.OpenRGB.metainfo.xml | 1 + scripts/prepare-artifacts.py | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/OpenRGB.pro b/OpenRGB.pro index aef33a6cf..d7c12b45a 100644 --- a/OpenRGB.pro +++ b/OpenRGB.pro @@ -26,7 +26,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets #-----------------------------------------------------------------------------------------------# MAJOR = 0 MINOR = 9 -SUFFIX = 1.0rc3 +SUFFIX = 1.0rc3.1 SHORTHASH = $$system("git rev-parse --short=7 HEAD") LASTTAG = "release_"$$MAJOR"."$$MINOR diff --git a/qt/org.openrgb.OpenRGB.metainfo.xml b/qt/org.openrgb.OpenRGB.metainfo.xml index 2689f1e70..1cb73fde7 100644 --- a/qt/org.openrgb.OpenRGB.metainfo.xml +++ b/qt/org.openrgb.OpenRGB.metainfo.xml @@ -48,6 +48,7 @@ + diff --git a/scripts/prepare-artifacts.py b/scripts/prepare-artifacts.py index b98bf174e..47eb6712c 100755 --- a/scripts/prepare-artifacts.py +++ b/scripts/prepare-artifacts.py @@ -12,12 +12,12 @@ import os ############################################# # OpenRGB version # ############################################# -version = "1.0rc3" +version = "1.0rc3.1" ############################################# # Git version (tag, branch, or commit) # ############################################# -git_id = "release_candidate_1.0rc3" +git_id = "release_candidate_1.0rc3.1" command = "git rev-list -n 1 " + git_id print(command)