diff --git a/OpenRGB.pro b/OpenRGB.pro index 98848aa0..61758892 100644 --- a/OpenRGB.pro +++ b/OpenRGB.pro @@ -32,7 +32,7 @@ greaterThan(QT_MAJOR_VERSION, 4) { #-----------------------------------------------------------------------------------------------# # Application Configuration # #-----------------------------------------------------------------------------------------------# -VERSION = 0.61 +VERSION = 0.7 TARGET = OpenRGB TEMPLATE = app diff --git a/debian/changelog b/debian/changelog index 30552701..ef53d60d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. diff --git a/fedora/OpenRGB.spec b/fedora/OpenRGB.spec index fac2fe0f..e6e38190 100644 --- a/fedora/OpenRGB.spec +++ b/fedora/OpenRGB.spec @@ -1,8 +1,8 @@ %global _name OpenRGB Name: openrgb -Version: 0.6.1 -Release: 2%{?dist} +Version: 0.7 +Release: 0%{?dist} Summary: Open source RGB lighting control that doesn't depend on manufacturer software License: GPLv2 @@ -47,6 +47,9 @@ fi %doc README.md %changelog +* Thu Dec 30 2021 Adam Honse - 0.7-0 +- Updated to 0.7 + * Sun Dec 12 2021 Artem Polishchuk - 0.6.1-2 - build: Fix udev rules install path | MR#933