diff --git a/CMakeLists.txt b/CMakeLists.txt index a2f6e9537..ab9c0fa8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.10) -project(iotivity-lite VERSION 2.2.5.15) +project(iotivity-lite VERSION 2.2.5.16) include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file diff --git a/include/oc_build_info.h b/include/oc_build_info.h index b0eb22727..6e6d7d361 100644 --- a/include/oc_build_info.h +++ b/include/oc_build_info.h @@ -30,15 +30,15 @@ #define IOTIVITY_LITE_VERSION_MAJOR 2 #define IOTIVITY_LITE_VERSION_MINOR 2 #define IOTIVITY_LITE_VERSION_PATCH 5 -#define IOTIVITY_LITE_VERSION_BUILD 15 +#define IOTIVITY_LITE_VERSION_BUILD 16 /** * The IoTivity-lite version number has the following structure: * MMNNPPBB * Major version | Minor version | Patch version | Build version */ -#define IOTIVITY_LITE_VERSION 0x0202050F -#define IOTIVITY_LITE_VERSION_STRING "2.2.5.15" +#define IOTIVITY_LITE_VERSION 0x02020510 +#define IOTIVITY_LITE_VERSION_STRING "2.2.5.16" /** * OCF Specification diff --git a/port/linux/Makefile b/port/linux/Makefile index 629b3ce71..dca32aa2c 100644 --- a/port/linux/Makefile +++ b/port/linux/Makefile @@ -6,11 +6,11 @@ ROOT_DIR = ../.. SWIG_DIR = ${ROOT_DIR}/swig OUT_DIR = $(ROOT_DIR)/port/$(OS) CHECK_SCRIPT = ../../tools/check.py -# project version: 2.2.5.15 +# project version: 2.2.5.16 VERSION_MAJOR = 2 VERSION_MINOR = 2 VERSION_PATCH = 5 -VERSION_BUILD = 15 +VERSION_BUILD = 16 VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH).$(VERSION_BUILD) DYNAMIC ?= 1 export SECURE ?= 1