mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-16 23:28:04 -04:00
OpenRGB Release Candidate 1.0rc3.1
This commit is contained in:
1 parent
b97b429684
commit
5e81e26fcc
3 files changed
+4
-3
No files matched your search
+1
-1
@@ -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
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
</description>
|
||||
|
||||
<releases>
|
||||
<release version="1.0rc3.1" date="2026-08-23"></release>
|
||||
<release version="1.0rc3" date="2026-06-28"></release>
|
||||
<release version="1.0rc2" date="2025-09-14"></release>
|
||||
<release version="1.0rc1" date="2025-02-22"></release>
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in new issue
Block a user