Increment version number post-release
This commit is contained in:
parent
fb88964b8e
commit
d625021eca
3 changed files with 6 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ greaterThan(QT_MAJOR_VERSION, 4) {
|
|||
#-----------------------------------------------------------------------------------------------#
|
||||
# Application Configuration #
|
||||
#-----------------------------------------------------------------------------------------------#
|
||||
VERSION = 0.8
|
||||
VERSION = 0.81
|
||||
TARGET = OpenRGB
|
||||
TEMPLATE = app
|
||||
|
||||
|
|
|
|||
2
debian/changelog
vendored
2
debian/changelog
vendored
|
|
@ -1,4 +1,4 @@
|
|||
openrgb (0.8.0) UNRELEASED; urgency=medium
|
||||
openrgb (0.81.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.8
|
||||
Version: 0.8.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
|
||||
* Tue Nov 29 2022 Adam Honse <calcprogrammer1@gmail.com> - 0.8.1-0
|
||||
- Updated to 0.8.1
|
||||
|
||||
* Sun Nov 27 2022 Adam Honse <calcprogrammer1@gmail.com> - 0.8-0
|
||||
- Updated to 0.8
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue