From 9a9a73b533237881eb8dc777eee72b272e52472a Mon Sep 17 00:00:00 2001 From: Justin Hammond Date: Fri, 3 May 2019 22:39:51 +0800 Subject: [PATCH] This is 1.6 --- cpp/build/support.mk | 2 +- cpp/build/windows/GIT-VS-VERSION-GEN.bat | 2 +- cpp/build/windows/mingw-w64/Makefile | 2 +- dist/libopenzwave.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cpp/build/support.mk b/cpp/build/support.mk index 92f3d3e9..562a9b28 100644 --- a/cpp/build/support.mk +++ b/cpp/build/support.mk @@ -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 diff --git a/cpp/build/windows/GIT-VS-VERSION-GEN.bat b/cpp/build/windows/GIT-VS-VERSION-GEN.bat index 00de8a7a..ddeb1dd6 100644 --- a/cpp/build/windows/GIT-VS-VERSION-GEN.bat +++ b/cpp/build/windows/GIT-VS-VERSION-GEN.bat @@ -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. diff --git a/cpp/build/windows/mingw-w64/Makefile b/cpp/build/windows/mingw-w64/Makefile index df2880d5..8b214214 100644 --- a/cpp/build/windows/mingw-w64/Makefile +++ b/cpp/build/windows/mingw-w64/Makefile @@ -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 diff --git a/dist/libopenzwave.spec b/dist/libopenzwave.spec index b0458975..3f29473d 100644 --- a/dist/libopenzwave.spec +++ b/dist/libopenzwave.spec @@ -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