Update version numbers to 1.2.0

This commit is contained in:
Ian Craggs 2017-06-29 11:40:37 +01:00
parent d5070d7967
commit 24c69408d0
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules")
## build settings
SET(PAHO_VERSION_MAJOR 1)
SET(PAHO_VERSION_MINOR 1)
SET(PAHO_VERSION_MINOR 2)
SET(PAHO_VERSION_PATCH 0)
SET(CLIENT_VERSION ${PAHO_VERSION_MAJOR}.${PAHO_VERSION_MINOR}.${PAHO_VERSION_PATCH})

View File

@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright (c) 2009, 2016 IBM Corp.
# Copyright (c) 2009, 2017 IBM Corp.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
@ -24,7 +24,7 @@ SHELL = /bin/sh
.PHONY: clean, mkdir, install, uninstall, html
ifndef release.version
release.version = 1.1.0
release.version = 1.2.0
endif
# determine current platform