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

OpenRGB version 0.8

parent 18806706
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ greaterThan(QT_MAJOR_VERSION, 4) {
#-----------------------------------------------------------------------------------------------#
# Application Configuration                                                                     #
#-----------------------------------------------------------------------------------------------#
VERSION     = 0.71
VERSION     = 0.8
TARGET      = OpenRGB
TEMPLATE    = app

+1 −1
Original line number Diff line number Diff line
openrgb (0.71.1) UNRELEASED; urgency=medium
openrgb (0.8.0) UNRELEASED; urgency=medium

  * Builds from git master.  See git history for more information.

+4 −1
Original line number Diff line number Diff line
%global _name OpenRGB

Name:           openrgb
Version:        0.7.1
Version:        0.8
Release:        0%{?dist}
Summary:        Open source RGB lighting control that doesn't depend on manufacturer software

@@ -47,6 +47,9 @@ fi
%doc README.md

%changelog
* Sun Nov 27 2022 Adam Honse <calcprogrammer1@gmail.com> - 0.8-0
- Updated to 0.8

* Mon Jan 03 2022 Morgan Guimard <morgan.gimard@gmail.com> 0.7.1-1
- Add linguist package from qt and add lrelease build step.

+1 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@
  </description>

  <releases>
    <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>
    <release version="0.5" date="2021-12-07"></release>