Skip to content

Commit

Permalink
Bump version to 0.11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Oct 4, 2023
1 parent e32edfa commit 47032e0
Show file tree
Hide file tree
Showing 4 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
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion include/zenoh-pico.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 47032e0

Please sign in to comment.