From 5f94aec5909351dc915c4eeb55b70d8517b64375 Mon Sep 17 00:00:00 2001 From: Jan Kolarik Date: Fri, 17 Jan 2025 11:34:15 +0000 Subject: [PATCH] Version bump after coverity scan fixes --- VERSION.cmake | 2 +- libpkgmanifest.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index a4d040f..9d6d94b 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,3 +1,3 @@ set(VERSION_MAJOR 0) set(VERSION_MINOR 5) -set(VERSION_PATCH 0) \ No newline at end of file +set(VERSION_PATCH 1) \ No newline at end of file diff --git a/libpkgmanifest.spec b/libpkgmanifest.spec index 75d17d9..a82847f 100644 --- a/libpkgmanifest.spec +++ b/libpkgmanifest.spec @@ -1,6 +1,6 @@ %global version_major 0 %global version_minor 5 -%global version_patch 0 +%global version_patch 1 Name: libpkgmanifest Version: %{version_major}.%{version_minor}.%{version_patch}