OpenRGB version 0.9
This commit is contained in:
parent
16efabcce6
commit
b5f46e3f1d
3 changed files with 6 additions and 2 deletions
|
|
@ -35,8 +35,8 @@ greaterThan(QT_MAJOR_VERSION, 4) {
|
|||
# Application Configuration #
|
||||
#-----------------------------------------------------------------------------------------------#
|
||||
MAJOR = 0
|
||||
MINOR = 8
|
||||
REVISION = 1
|
||||
MINOR = 9
|
||||
REVISION =
|
||||
VERSION = $$MAJOR"."$$MINOR$$REVISION
|
||||
TARGET = OpenRGB
|
||||
TEMPLATE = app
|
||||
|
|
|
|||
|
|
@ -47,6 +47,9 @@ fi
|
|||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Sun Jul 9 2023 Adam Honse <calcprogrammer1@gmail.com> - 0.9-0
|
||||
- Updated to 0.9
|
||||
|
||||
* Tue Nov 29 2022 Adam Honse <calcprogrammer1@gmail.com> - 0.8.1-0
|
||||
- Updated to 0.8.1
|
||||
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@
|
|||
</description>
|
||||
|
||||
<releases>
|
||||
<release version="0.9" date="2023-06-09"></release>
|
||||
<release version="0.8" date="2022-11-27"></release>
|
||||
<release version="0.7" date="2021-12-30"></release>
|
||||
<release version="0.6" date="2021-06-01"></release>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue