Commit b5f46e3f authored by Adam Honse's avatar Adam Honse
Browse files

OpenRGB version 0.9

parent 16efabcc
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+3 −0
Original line number Diff line number Diff line
@@ -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

+1 −0
Original line number Diff line number Diff line
@@ -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>