Skip to content

Commit 8e8573e

Browse files
Increment version number post-release
1 parent 405ff7f commit 8e8573e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

OpenRGB.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ greaterThan(QT_MAJOR_VERSION, 5): DEFINES += _QT6
2323
#-----------------------------------------------------------------------------------------------#
2424
# Application Configuration #
2525
#-----------------------------------------------------------------------------------------------#
26-
VERSION = 0.6
26+
VERSION = 0.61
2727
TARGET = OpenRGB
2828
TEMPLATE = app
2929

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
openrgb (0.6.0) UNRELEASED; urgency=medium
1+
openrgb (0.61.1) 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.6
4+
Version: 0.6.1
55
Release: 1%{?dist}
66
Summary: Open source RGB lighting control that doesn't depend on manufacturer software
77

@@ -50,6 +50,9 @@ fi
5050
%doc README.md
5151

5252
%changelog
53+
* Tue Jun 1 2021 Adam Honse <[email protected]> - 0.6.1-0
54+
- Updated to 0.6-1
55+
5356
* Mon May 31 2021 Adam Honse <[email protected]> - 0.6-0
5457
- Updated to 0.6
5558

0 commit comments

Comments
 (0)