From 9fa97c58c9dcab0f2da8085d740daa5ba7020bbe Mon Sep 17 00:00:00 2001 From: haozi007 Date: Tue, 26 May 2020 16:25:05 +0800 Subject: [PATCH] update version to 2.0.2 Signed-off-by: haozi007 --- CMakeLists.txt | 2 +- clibcni.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3bfa389..acd7b8b 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 "2.0.1") + set(CLIBCNI_VERSION "2.0.2") endif() option(DEBUG "set clibcni gcc option" ON) diff --git a/clibcni.spec b/clibcni.spec index 04db20d..74cf097 100644 --- a/clibcni.spec +++ b/clibcni.spec @@ -1,5 +1,5 @@ -%global _version 2.0.1 -%global _release 20200526.144122.git6b3b79b4 +%global _version 2.0.2 +%global _release 20200526.162455.git7743501c Name: clibcni Version: %{_version} Release: %{_release} -- GitLab