From e7af838e04009cd2f848a00e1ea31cc42c8f3ae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Mat=C4=9Bj?= Date: Fri, 6 Oct 2023 08:15:35 +0200 Subject: [PATCH] Release 1.0.1 --- VERSION.cmake | 2 +- createrepo_c.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index 5737fa40..94b55a49 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,3 +1,3 @@ SET(CR_MAJOR "1") SET(CR_MINOR "0") -SET(CR_PATCH "0") +SET(CR_PATCH "1") diff --git a/createrepo_c.spec b/createrepo_c.spec index 19292bdd..f669c7a3 100644 --- a/createrepo_c.spec +++ b/createrepo_c.spec @@ -35,7 +35,7 @@ Summary: Creates a common metadata repository Name: createrepo_c -Version: 1.0.0 +Version: 1.0.1 Release: 1%{?dist} License: GPL-2.0-or-later URL: https://github.com/rpm-software-management/createrepo_c