Increment version number post-release
This commit is contained in:
parent
6128731df6
commit
ee6e3d946c
3 changed files with 6 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ greaterThan(QT_MAJOR_VERSION, 4) {
|
|||
#-----------------------------------------------------------------------------------------------#
|
||||
# Application Configuration #
|
||||
#-----------------------------------------------------------------------------------------------#
|
||||
VERSION = 0.7
|
||||
VERSION = 0.71
|
||||
TARGET = OpenRGB
|
||||
TEMPLATE = app
|
||||
|
||||
|
|
|
|||
2
debian/changelog
vendored
2
debian/changelog
vendored
|
|
@ -1,4 +1,4 @@
|
|||
openrgb (0.7.0) UNRELEASED; urgency=medium
|
||||
openrgb (0.71.1) UNRELEASED; urgency=medium
|
||||
|
||||
* Builds from git master. See git history for more information.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%global _name OpenRGB
|
||||
|
||||
Name: openrgb
|
||||
Version: 0.7
|
||||
Version: 0.7.1
|
||||
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
|
||||
* Thu Dec 30 2021 Adam Honse <calcprogrammer1@gmail.com> - 0.7.1-0
|
||||
- Updated to 0.7.1
|
||||
|
||||
* Thu Dec 30 2021 Adam Honse <calcprogrammer1@gmail.com> - 0.7-0
|
||||
- Updated to 0.7
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue