diff --git a/CMakeLists.txt b/CMakeLists.txt index 23b0c6011..076446581 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.11.0.0 LANGUAGES C) include(CMakePackageConfigHelpers) include(GNUInstallDirs) diff --git a/docs/conf.py b/docs/conf.py index 1d5c7d92c..f642ca203 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.11.0.0' # -- General configuration --------------------------------------------------- master_doc = 'index' diff --git a/include/zenoh-pico.h b/include/zenoh-pico.h index 5e18fc3c5..f1ea60301 100644 --- a/include/zenoh-pico.h +++ b/include/zenoh-pico.h @@ -15,7 +15,7 @@ #ifndef ZENOH_PICO_H #define ZENOH_PICO_H -#define ZENOH_PICO "0.10.0.0" +#define ZENOH_PICO "0.11.0.0" #define ZENOH_PICO_MAJOR 0 #define ZENOH_PICO_MINOR 10 #define ZENOH_PICO_PATCH 0 diff --git a/library.json b/library.json index 1176941ff..5197887b1 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "zenoh-pico", - "version": "0.10.0.0", + "version": "0.11.0.0", "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",