From 7413366c698e83d3925ffda81d16605088e064a9 Mon Sep 17 00:00:00 2001 From: LiFeng Date: Wed, 18 Mar 2020 00:31:18 -0400 Subject: [PATCH] Release clibcni 2.0.0 Signed-off-by: LiFeng --- CMakeLists.txt | 2 +- clibcni.spec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ea798af..c8409ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project (clibcni) option(VERSION "set clibcni version" ON) if (VERSION STREQUAL "ON") - set(CLIBCNI_VERSION "1.0.8") + set(CLIBCNI_VERSION "2.0.0") endif() option(DEBUG "set clibcni gcc option" ON) diff --git a/clibcni.spec b/clibcni.spec index dda0ad2..3296008 100644 --- a/clibcni.spec +++ b/clibcni.spec @@ -1,5 +1,5 @@ -%global _version 1.0.8 -%global _release 20191225.122403.git49093ba7 +%global _version 2.0.0 +%global _release 20200318.003112.git275f9ee3 Name: clibcni Version: %{_version} Release: %{_release} @@ -7,7 +7,7 @@ Summary: CNI - the Container Network Interface Group: System Environment/Libraries License: Mulan PSL v1 URL: clibcni -Source0: %{name}-1.0.tar.gz +Source0: %{name}-2.0.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version} BuildRequires: gcc -- GitLab