From 0cc13920991b2fb8f87fb9d352bd3394c2983289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Mat=C4=9Bj?= Date: Mon, 31 Jul 2023 07:36:17 +0200 Subject: [PATCH] Release 1.0.0 --- VERSION.cmake | 6 +++--- createrepo_c.spec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index a25ee194..5737fa40 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,3 +1,3 @@ -SET(CR_MAJOR "0") -SET(CR_MINOR "21") -SET(CR_PATCH "1") +SET(CR_MAJOR "1") +SET(CR_MINOR "0") +SET(CR_PATCH "0") diff --git a/createrepo_c.spec b/createrepo_c.spec index 63829ab2..56992630 100644 --- a/createrepo_c.spec +++ b/createrepo_c.spec @@ -33,7 +33,7 @@ Summary: Creates a common metadata repository Name: createrepo_c -Version: 0.21.1 +Version: 1.0.0 Release: 1%{?dist} License: GPL-2.0-or-later URL: https://github.com/rpm-software-management/createrepo_c