Skip to content

Commit

Permalink
Version 2.2.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielius1922 authored and Daniel Adam committed Jan 24, 2024
1 parent a882b59 commit 965846c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
project(iotivity-lite VERSION 2.2.5.12)
project(iotivity-lite VERSION 2.2.5.13)

include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file

Expand Down
6 changes: 3 additions & 3 deletions include/oc_build_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 12
#define IOTIVITY_LITE_VERSION_BUILD 13

/**
* The IoTivity-lite version number has the following structure:
* MMNNPPBB
* Major version | Minor version | Patch version | Build version
*/
#define IOTIVITY_LITE_VERSION 0x0202050C
#define IOTIVITY_LITE_VERSION_STRING "2.2.5.12"
#define IOTIVITY_LITE_VERSION 0x0202050D
#define IOTIVITY_LITE_VERSION_STRING "2.2.5.13"

/**
* OCF Specification
Expand Down

0 comments on commit 965846c

Please sign in to comment.