From 01a03cb21573ba30c38925f430bccb1eb3651d64 Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Fri, 11 Oct 2024 16:10:28 +0000 Subject: [PATCH] chore: Bump version to 1.0.0.11 --- Cargo.toml | 4 ++-- Cargo.toml.in | 2 +- version.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 98c5fd388..73b3c8be2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ # [package] name = "zenoh-c" -version = "1.0.0-dev" +version = "1.0.0-pre.11" repository = "https://github.com/eclipse-zenoh/zenoh-c" homepage = "http://zenoh.io" authors = [ @@ -108,7 +108,7 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2017, 2022 ZettaScale Technology" section = "net" license-file = ["LICENSE", "0"] -depends = "libzenohc (=1.0.0~dev-1)" +depends = "libzenohc (=1.0.0.11)" assets = [["include/*", "usr/include/", "755"]] [profile.dev] diff --git a/Cargo.toml.in b/Cargo.toml.in index 04ad8e122..f924a770c 100644 --- a/Cargo.toml.in +++ b/Cargo.toml.in @@ -108,7 +108,7 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2017, 2022 ZettaScale Technology" section = "net" license-file = ["LICENSE", "0"] -depends = "libzenohc (=1.0.0~dev-1)" +depends = "libzenohc (=1.0.0.11)" assets = [["include/*", "usr/include/", "755"]] [profile.dev] diff --git a/version.txt b/version.txt index bd2666abb..6cb4627ce 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0.0 \ No newline at end of file +1.0.0.11 \ No newline at end of file