Skip to content

Commit 7ea1bcc

Browse files
committed
Bump version to 0.10.0.1
1 parent a40ec89 commit 7ea1bcc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#
1414
cmake_minimum_required(VERSION 3.13)
1515

16-
project(zenohpico VERSION 0.10.0.0 LANGUAGES C)
16+
project(zenohpico VERSION 0.10.0.1 LANGUAGES C)
1717

1818
include(CMakePackageConfigHelpers)
1919
include(GNUInstallDirs)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
project = 'zenoh-pico'
2222
copyright = '2017, 2022 ZettaScale Technology Inc'
2323
author = 'ZettaScale Zenoh team'
24-
release = '0.10.0.0'
24+
release = '0.10.0.1'
2525

2626
# -- General configuration ---------------------------------------------------
2727
master_doc = 'index'

include/zenoh-pico.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
#ifndef ZENOH_PICO_H
1616
#define ZENOH_PICO_H
1717

18-
#define ZENOH_PICO "0.10.0.0"
18+
#define ZENOH_PICO "0.10.0.1"
1919
#define ZENOH_PICO_MAJOR 0
2020
#define ZENOH_PICO_MINOR 7
2121
#define ZENOH_PICO_PATCH 2
22-
#define ZENOH_PICO_TWEAK 0
22+
#define ZENOH_PICO_TWEAK 1
2323

2424
#include "zenoh-pico/api/constants.h"
2525
#include "zenoh-pico/api/macros.h"

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zenoh-pico",
3-
"version": "0.10.0.0",
3+
"version": "0.10.0.1",
44
"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.",
55
"keywords": [
66
"pubsub",

0 commit comments

Comments
 (0)