mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 19:41:36 +00:00
This is 1.6
This commit is contained in:
parent
d0c9fcca18
commit
9a9a73b533
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
2
dist/libopenzwave.spec
vendored
2
dist/libopenzwave.spec
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue