diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e917defd..18b514b67 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ # cmake_minimum_required(VERSION 3.8) -project(libzenohpico VERSION 0.7.2.0 LANGUAGES C) +project(libzenohpico VERSION 0.7.2.1 LANGUAGES C) option(BUILD_SHARED_LIBS "Build shared libraries if ON, otherwise build static libraries" ON) option(ZENOH_DEBUG "Use this to set the ZENOH_DEBUG variable." 0) diff --git a/docs/conf.py b/docs/conf.py index 0ccb067bf..59fc33ae4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ project = 'zenoh-pico' copyright = '2017, 2022 ZettaScale Technology Inc' author = 'ZettaScale Zenoh team' -release = '0.7.2.0' +release = '0.7.2.1' # -- General configuration --------------------------------------------------- master_doc = 'index' diff --git a/include/zenoh-pico.h b/include/zenoh-pico.h index 67bf4c9e7..4f3426be0 100644 --- a/include/zenoh-pico.h +++ b/include/zenoh-pico.h @@ -15,11 +15,11 @@ #ifndef ZENOH_PICO_H #define ZENOH_PICO_H -#define ZENOH_PICO "0.7.2.0" +#define ZENOH_PICO "0.7.2.1" #define ZENOH_PICO_MAJOR 0 #define ZENOH_PICO_MINOR 7 #define ZENOH_PICO_PATCH 2 -#define ZENOH_PICO_TWEAK 0 +#define ZENOH_PICO_TWEAK 1 #include "zenoh-pico/api/constants.h" #include "zenoh-pico/api/macros.h" diff --git a/library.json b/library.json index 81c1314db..debbd798e 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "zenoh-pico", - "version": "0.7.2.0", + "version": "0.7.2.1", "description": "The Eclipse Zenoh: Zero Overhead Pub/sub, Store/Query and Compute. It unifies data in motion, data in-use, data at rest and computations. It carefully blends traditional pub/sub with geo-distributed storages, queries and computations, while retaining a level of time and space efficiency that is well beyond any of the mainstream stacks. Zenoh-Pico is the implementation able to scale down to extremely constrainded devices and networks.", "keywords": [ "pubsub",