OpenRGB version 0.7
This commit is contained in:
parent
6ca090d5f4
commit
6128731df6
3 changed files with 7 additions and 4 deletions
|
|
@ -32,7 +32,7 @@ greaterThan(QT_MAJOR_VERSION, 4) {
|
||||||
#-----------------------------------------------------------------------------------------------#
|
#-----------------------------------------------------------------------------------------------#
|
||||||
# Application Configuration #
|
# Application Configuration #
|
||||||
#-----------------------------------------------------------------------------------------------#
|
#-----------------------------------------------------------------------------------------------#
|
||||||
VERSION = 0.61
|
VERSION = 0.7
|
||||||
TARGET = OpenRGB
|
TARGET = OpenRGB
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|
||||||
|
|
|
||||||
2
debian/changelog
vendored
2
debian/changelog
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
openrgb (0.61.1) UNRELEASED; urgency=medium
|
openrgb (0.7.0) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Builds from git master. See git history for more information.
|
* Builds from git master. See git history for more information.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
%global _name OpenRGB
|
%global _name OpenRGB
|
||||||
|
|
||||||
Name: openrgb
|
Name: openrgb
|
||||||
Version: 0.6.1
|
Version: 0.7
|
||||||
Release: 2%{?dist}
|
Release: 0%{?dist}
|
||||||
Summary: Open source RGB lighting control that doesn't depend on manufacturer software
|
Summary: Open source RGB lighting control that doesn't depend on manufacturer software
|
||||||
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
|
|
@ -47,6 +47,9 @@ fi
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 30 2021 Adam Honse <calcprogrammer1@gmail.com> - 0.7-0
|
||||||
|
- Updated to 0.7
|
||||||
|
|
||||||
* Sun Dec 12 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 0.6.1-2
|
* Sun Dec 12 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 0.6.1-2
|
||||||
- build: Fix udev rules install path | MR#933
|
- build: Fix udev rules install path | MR#933
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue