Skip to content

Commit

Permalink
Bump version to 0.10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Sep 22, 2023
1 parent a40ec89 commit 7ea1bcc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.10.0.1 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.10.0.1'

# -- General configuration ---------------------------------------------------
master_doc = 'index'
Expand Down
4 changes: 2 additions & 2 deletions include/zenoh-pico.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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.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",
Expand Down

0 comments on commit 7ea1bcc

Please sign in to comment.