diff --git a/Cargo.toml b/Cargo.toml index 9b8c2e457..c937cf8a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ # [package] name = "zenoh-c" -version = "0.11.0-dev" +version = "0.11.0-rc.3" repository = "https://github.com/eclipse-zenoh/zenoh-c" homepage = "http://zenoh.io" authors = [ @@ -80,7 +80,7 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2017, 2022 ZettaScale Technology" section = "net" license-file = ["LICENSE", "0"] -depends = "libzenohc (=0.11.0-dev-1)" +depends = "libzenohc (=0.11.0.3)" assets = [["include/*", "usr/include/", "755"]] [profile.dev] diff --git a/Cargo.toml.in b/Cargo.toml.in index 9d288115f..68a526bd8 100644 --- a/Cargo.toml.in +++ b/Cargo.toml.in @@ -80,7 +80,7 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2017, 2022 ZettaScale Technology" section = "net" license-file = ["LICENSE", "0"] -depends = "libzenohc (=0.11.0-dev-1)" +depends = "libzenohc (=0.11.0.3)" assets = [["include/*", "usr/include/", "755"]] [profile.dev] diff --git a/version.txt b/version.txt index 6e5d683f0..c71ea24f2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.11.0.0 \ No newline at end of file +0.11.0.3 \ No newline at end of file