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 76093f0 commit c9f4d0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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(
zenohcxx
VERSION 0.10.0.0
VERSION 0.11.0.0
DESCRIPTION "C++ bindings for Zenoh"
HOMEPAGE_URL "https://github.com/eclipse-zenoh/zenoh-cpp"
LANGUAGES C CXX
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
project = 'zenoh-cpp'
copyright = '2017, 2023 ZettaScale Technology'
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 install/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
cmake_minimum_required(VERSION 3.16)
project(
zenohcxx
VERSION 0.10.0.0
VERSION 0.11.0.0
DESCRIPTION "C++ bindings for Zenoh"
HOMEPAGE_URL "https://github.com/eclipse-zenoh/zenoh-cpp"
LANGUAGES C CXX
Expand Down

0 comments on commit c9f4d0e

Please sign in to comment.