From 4c4c329bc16b819474f6e2ee22ab60944380f7fc Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Tue, 27 Aug 2024 00:08:45 +0000 Subject: [PATCH] chore: Bump version to 0.0.0 --- 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 9b8c2e457..647ac7565 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ # [package] name = "zenoh-c" -version = "0.11.0-dev" +version = "0.0.0" 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.0.0)" assets = [["include/*", "usr/include/", "755"]] [profile.dev] diff --git a/Cargo.toml.in b/Cargo.toml.in index 9d288115f..2e84056ae 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.0.0)" assets = [["include/*", "usr/include/", "755"]] [profile.dev] diff --git a/version.txt b/version.txt index 6e5d683f0..bd52db81d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.11.0.0 \ No newline at end of file +0.0.0 \ No newline at end of file