Skip to content

Commit

Permalink
Prepare for 1.4 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishwaldo committed Jan 10, 2016
1 parent 5443c4a commit d944466
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cpp/build/support.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#The Major Version Number
VERSION_MAJ ?= 1
#The Minor Version Number
VERSION_MIN ?= 3
VERSION_MIN ?= 4

#the build type we are making (release or debug)
BUILD ?= release
Expand Down
2 changes: 1 addition & 1 deletion cpp/build/windows/GIT-VS-VERSION-GEN.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
SET DEFAULT_VERSION=v1.4.0

:: COUNT_PATCHES_FROM - Determines which tag to count the number of patches from
:: for the final portion of the digital version number.
Expand Down
2 changes: 1 addition & 1 deletion cpp/build/windows/winversion.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
unsigned short ozw_vers_minor = 1;
unsigned short ozw_vers_major = 3;
unsigned short ozw_vers_major = 4;
unsigned short ozw_vers_revision = 0;
2 changes: 1 addition & 1 deletion openzwave.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: openzwave
Binary: libopenzwave1.0, libopenzwave1.0-dev, openzwave
Architecture: any
Version: 1.2.742-1
Version: 1.4.0-1
Maintainer: Harald Klein <[email protected]>
Standards-Version: 3.9.3
Build-Depends: debhelper (>= 9), dh-exec (>= 0.3), g++ (>= 4.4), quilt, libudev-dev
Expand Down
2 changes: 1 addition & 1 deletion openzwave.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ License: LGPL-2.0+
%else
License: LGPLv2+
%endif
Version: 1.2.730
Version: 1.4.0
Release: 1
BuildRequires: gcc-c++ make libudev-devel doxygen graphviz
%if 0%{?fedora} >= 18
Expand Down

0 comments on commit d944466

Please sign in to comment.