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)