Increment version number post-release
This commit is contained in:
parent
405ff7f6a5
commit
8e8573e7d0
3 changed files with 6 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ greaterThan(QT_MAJOR_VERSION, 5): DEFINES += _QT6
|
||||||
#-----------------------------------------------------------------------------------------------#
|
#-----------------------------------------------------------------------------------------------#
|
||||||
# Application Configuration #
|
# Application Configuration #
|
||||||
#-----------------------------------------------------------------------------------------------#
|
#-----------------------------------------------------------------------------------------------#
|
||||||
VERSION = 0.6
|
VERSION = 0.61
|
||||||
TARGET = OpenRGB
|
TARGET = OpenRGB
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|
||||||
|
|
|
||||||
2
debian/changelog
vendored
2
debian/changelog
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
openrgb (0.6.0) UNRELEASED; urgency=medium
|
openrgb (0.61.1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Builds from git master. See git history for more information.
|
* Builds from git master. See git history for more information.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
%global _name OpenRGB
|
%global _name OpenRGB
|
||||||
|
|
||||||
Name: openrgb
|
Name: openrgb
|
||||||
Version: 0.6
|
Version: 0.6.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?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
|
||||||
|
|
||||||
|
|
@ -50,6 +50,9 @@ fi
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 1 2021 Adam Honse <calcprogrammer1@gmail.com> - 0.6.1-0
|
||||||
|
- Updated to 0.6-1
|
||||||
|
|
||||||
* Mon May 31 2021 Adam Honse <calcprogrammer1@gmail.com> - 0.6-0
|
* Mon May 31 2021 Adam Honse <calcprogrammer1@gmail.com> - 0.6-0
|
||||||
- Updated to 0.6
|
- Updated to 0.6
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue