OpenRGB Release Candidate 1.0rc1
This commit is contained in:
parent
d3859ff200
commit
1fbacdea37
2 changed files with 3 additions and 3 deletions
|
|
@ -26,7 +26,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||||
#-----------------------------------------------------------------------------------------------#
|
#-----------------------------------------------------------------------------------------------#
|
||||||
MAJOR = 0
|
MAJOR = 0
|
||||||
MINOR = 9
|
MINOR = 9
|
||||||
SUFFIX = git
|
SUFFIX = 1.0rc1
|
||||||
|
|
||||||
SHORTHASH = $$system("git rev-parse --short=7 HEAD")
|
SHORTHASH = $$system("git rev-parse --short=7 HEAD")
|
||||||
LASTTAG = "release_"$$MAJOR"."$$MINOR
|
LASTTAG = "release_"$$MAJOR"."$$MINOR
|
||||||
|
|
|
||||||
|
|
@ -12,12 +12,12 @@ import os
|
||||||
#############################################
|
#############################################
|
||||||
# OpenRGB version #
|
# OpenRGB version #
|
||||||
#############################################
|
#############################################
|
||||||
version = "0.9+"
|
version = "1.0rc1"
|
||||||
|
|
||||||
#############################################
|
#############################################
|
||||||
# Git version (tag, branch, or commit) #
|
# Git version (tag, branch, or commit) #
|
||||||
#############################################
|
#############################################
|
||||||
git_id = "master"
|
git_id = "release_candidate_1.0rc1"
|
||||||
|
|
||||||
command = "git rev-list -n 1 " + git_id
|
command = "git rev-list -n 1 " + git_id
|
||||||
print(command)
|
print(command)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue