From 5885e0cb9f9052bb756a6b8c913f546f0dbdea9a Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Tue, 19 Dec 2023 15:49:41 +0100 Subject: [PATCH] Bump version to 0.10.1.1 --- CMakeLists.txt | 2 +- docs/conf.py | 2 +- include/zenoh-pico.h | 4 ++-- library.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 426f85cc6..00f073619 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ # cmake_minimum_required(VERSION 3.13) -project(zenohpico VERSION 0.11.0.0 LANGUAGES C) +project(zenohpico VERSION 0.10.1.1 LANGUAGES C) include(CMakePackageConfigHelpers) include(GNUInstallDirs) diff --git a/docs/conf.py b/docs/conf.py index f642ca203..8a13fcab3 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.11.0.0' +release = '0.10.1.1' # -- General configuration --------------------------------------------------- master_doc = 'index' diff --git a/include/zenoh-pico.h b/include/zenoh-pico.h index f1ea60301..601ab41b7 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.11.0.0" +#define ZENOH_PICO "0.10.1.1" #define ZENOH_PICO_MAJOR 0 #define ZENOH_PICO_MINOR 10 #define ZENOH_PICO_PATCH 0 -#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 5197887b1..4626c4d15 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "zenoh-pico", - "version": "0.11.0.0", + "version": "0.10.1.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",