Skip to content

Commit 1fbacde

Browse files
OpenRGB Release Candidate 1.0rc1
1 parent d3859ff commit 1fbacde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

OpenRGB.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
2626
#-----------------------------------------------------------------------------------------------#
2727
MAJOR = 0
2828
MINOR = 9
29-
SUFFIX = git
29+
SUFFIX = 1.0rc1
3030

3131
SHORTHASH = $$system("git rev-parse --short=7 HEAD")
3232
LASTTAG = "release_"$$MAJOR"."$$MINOR

scripts/prepare-artifacts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
#############################################
1313
# OpenRGB version #
1414
#############################################
15-
version = "0.9+"
15+
version = "1.0rc1"
1616

1717
#############################################
1818
# Git version (tag, branch, or commit) #
1919
#############################################
20-
git_id = "master"
20+
git_id = "release_candidate_1.0rc1"
2121

2222
command = "git rev-list -n 1 " + git_id
2323
print(command)

0 commit comments

Comments
 (0)