OpenRGB version 0.8

This commit is contained in:
Adam Honse 2022-11-27 17:22:35 -06:00
parent 18806706bd
commit fb88964b8e
4 changed files with 7 additions and 3 deletions

View file

@ -34,7 +34,7 @@ greaterThan(QT_MAJOR_VERSION, 4) {
#-----------------------------------------------------------------------------------------------#
# Application Configuration #
#-----------------------------------------------------------------------------------------------#
VERSION = 0.71
VERSION = 0.8
TARGET = OpenRGB
TEMPLATE = app

2
debian/changelog vendored
View file

@ -1,4 +1,4 @@
openrgb (0.71.1) UNRELEASED; urgency=medium
openrgb (0.8.0) UNRELEASED; urgency=medium
* Builds from git master. See git history for more information.

View file

@ -1,7 +1,7 @@
%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.

View file

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