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 9fc676f commit cbf5526
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
project(
zenohc
VERSION 0.10.0.0
VERSION 0.11.0.0
DESCRIPTION "The C bindings for Zenoh"
HOMEPAGE_URL "https://github.com/eclipse-zenoh/zenoh-c"
LANGUAGES C
Expand Down
98 changes: 49 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
[package]
name = "zenoh-c"
version = "0.10.0-dev"
version = "0.11.0-dev"
repository = "https://github.com/eclipse-zenoh/zenoh-c"
homepage = "http://zenoh.io"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
project = 'zenoh-c'
copyright = '2017, 2022 ZettaScale Technology'
author = 'ZettaScale Zenoh team'
release = '0.10.0.0'
release = '0.11.0.0'

# -- General configuration ---------------------------------------------------
master_doc = 'index'
Expand Down

0 comments on commit cbf5526

Please sign in to comment.