Skip to content

Commit

Permalink
Set version to 0.6.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cguimaraes committed Sep 29, 2022
1 parent f1150d7 commit 072a0b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.8)

project(libzenohpico VERSION 0.6.0 LANGUAGES C)
project(libzenohpico VERSION 0.6.0.1 LANGUAGES C)

if(NOT CMAKE_C_STANDARD)
if(c_std_11 IN_LIST CMAKE_C_COMPILE_FEATURES)
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.6.0'
release = '0.6.0-beta.1'

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

0 comments on commit 072a0b4

Please sign in to comment.