mirror of https://github.com/eclipse/paho.mqtt.c
Update version numbers to 1.2.0
This commit is contained in:
parent
d5070d7967
commit
24c69408d0
|
|
@ -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})
|
||||
|
||||
|
|
|
|||
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue