diff --git a/CMakeLists.txt b/CMakeLists.txt index 23b0c6011..3b0a2c933 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ # cmake_minimum_required(VERSION 3.13) -project(zenohpico VERSION 0.10.0.0 LANGUAGES C) +project(zenohpico VERSION 0.10.0.1 LANGUAGES C) include(CMakePackageConfigHelpers) include(GNUInstallDirs) diff --git a/docs/conf.py b/docs/conf.py index 1d5c7d92c..a59b619fe 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.10.0.0' +release = '0.10.0.1' # -- General configuration --------------------------------------------------- master_doc = 'index' diff --git a/include/zenoh-pico.h b/include/zenoh-pico.h index 9515f25a0..7ccd10506 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.10.0.0" +#define ZENOH_PICO "0.10.0.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 1176941ff..921678430 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "zenoh-pico", - "version": "0.10.0.0", + "version": "0.10.0.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",