Skip to content

Commit fb88964

Browse files
OpenRGB version 0.8
1 parent 1880670 commit fb88964

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

OpenRGB.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ greaterThan(QT_MAJOR_VERSION, 4) {
3434
#-----------------------------------------------------------------------------------------------#
3535
# Application Configuration #
3636
#-----------------------------------------------------------------------------------------------#
37-
VERSION = 0.71
37+
VERSION = 0.8
3838
TARGET = OpenRGB
3939
TEMPLATE = app
4040

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
openrgb (0.71.1) UNRELEASED; urgency=medium
1+
openrgb (0.8.0) UNRELEASED; urgency=medium
22

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

fedora/OpenRGB.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global _name OpenRGB
22

33
Name: openrgb
4-
Version: 0.7.1
4+
Version: 0.8
55
Release: 0%{?dist}
66
Summary: Open source RGB lighting control that doesn't depend on manufacturer software
77

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

4949
%changelog
50+
* Sun Nov 27 2022 Adam Honse <[email protected]> - 0.8-0
51+
- Updated to 0.8
52+
5053
* Mon Jan 03 2022 Morgan Guimard <[email protected]> 0.7.1-1
5154
- Add linguist package from qt and add lrelease build step.
5255

qt/org.openrgb.OpenRGB.metainfo.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
</description>
5151

5252
<releases>
53+
<release version="0.8" date="2022-11-27"></release>
5354
<release version="0.7" date="2021-12-30"></release>
5455
<release version="0.6" date="2021-06-01"></release>
5556
<release version="0.5" date="2021-12-07"></release>

0 commit comments

Comments
 (0)