Updating Debian version to conform with expected numbering for upgrades
* Moving Debian changelog and Fedora specfile to input files and dynmaically updating versioning from OpenRGB.pro * Resolves #2919 * Related #2666
This commit is contained in:
parent
643e51e71b
commit
f8fe2ff7f8
6 changed files with 47 additions and 4 deletions
|
|
@ -34,7 +34,10 @@ greaterThan(QT_MAJOR_VERSION, 4) {
|
|||
#-----------------------------------------------------------------------------------------------#
|
||||
# Application Configuration #
|
||||
#-----------------------------------------------------------------------------------------------#
|
||||
VERSION = 0.81
|
||||
MAJOR = 0
|
||||
MINOR = 8
|
||||
REVISION = 1
|
||||
VERSION = $$MAJOR"."$$MINOR$$REVISION
|
||||
TARGET = OpenRGB
|
||||
TEMPLATE = app
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue