diff --git a/libcomps.spec b/libcomps.spec index 3f710fa..6bc27eb 100644 --- a/libcomps.spec +++ b/libcomps.spec @@ -13,7 +13,7 @@ %endif Name: libcomps -Version: 0.1.11 +Version: 0.1.12 Release: 1%{?dist} Summary: Comps XML file manipulation library diff --git a/libcomps/version.cmake b/libcomps/version.cmake index 8d14d31..a8842fb 100644 --- a/libcomps/version.cmake +++ b/libcomps/version.cmake @@ -1,5 +1,5 @@ set (libcomps_VERSION_MAJOR 0) set (libcomps_VERSION_MINOR 1) -set (libcomps_VERSION_PATCH 11) +set (libcomps_VERSION_PATCH 12) set (libcomps_RELEASE 1) diff --git a/rel-eng/packages/libcomps b/rel-eng/packages/libcomps index 154924b..2be6839 100644 --- a/rel-eng/packages/libcomps +++ b/rel-eng/packages/libcomps @@ -1 +1 @@ -0.1.11-1 ./ +0.1.12-1 ./ diff --git a/version.json b/version.json index 1866c9e..72de476 100644 --- a/version.json +++ b/version.json @@ -2,5 +2,5 @@ "libcomps_VERSION_MAJOR": 0, "libcomps_RELEASE": 1, "libcomps_VERSION_MINOR": 1, - "libcomps_VERSION_PATCH": 11 + "libcomps_VERSION_PATCH": 12 }