OpenRGB version 0.9

This commit is contained in:
Adam Honse 2023-07-09 19:45:06 -05:00
parent 16efabcce6
commit b5f46e3f1d
3 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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>