This is 1.6

This commit is contained in:
Justin Hammond 2019-05-03 22:39:51 +08:00
parent d0c9fcca18
commit 9a9a73b533
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#The Major Version Number
VERSION_MAJ ?= 1
#The Minor Version Number
VERSION_MIN ?= 5
VERSION_MIN ?= 6
#the build type we are making (release or debug)
BUILD ?= release

View file

@ -13,7 +13,7 @@ SET VERSION_FILE=GIT-VS-VERSION-FILE
:: DEFAULT_VERSION - Version string to be processed when neither Git nor a
:: packed version file is available.
SET DEFAULT_VERSION=v1.5.0-NoGit
SET DEFAULT_VERSION=v1.6.0-NoGit
:: COUNT_PATCHES_FROM - Determines which tag to count the number of patches from
:: for the final portion of the digital version number.

View file

@ -6,7 +6,7 @@
.PHONY: default clean
VERSION_MAJ ?= 1
VERSION_MIN ?= 4
VERSION_MIN ?= 6
VERSION := $(VERSION_MAJ).$(VERSION_MIN)
GITVERSION := $(VERSION_MAJ).$(VERSION_MIN).-1
VERSION_REV := 0

View file

@ -11,7 +11,7 @@ License: LGPL-2.0+
%else
License: LGPLv2+
%endif
Version: 1.4.167
Version: 1.6.0
Release: 1
BuildRequires: gcc-c++ make libudev-devel doxygen graphviz
%if 0%{?fedora} >= 18