diff --git a/libcomps.spec b/libcomps.spec index 6bc27eb..bebb5fd 100644 --- a/libcomps.spec +++ b/libcomps.spec @@ -13,7 +13,7 @@ %endif Name: libcomps -Version: 0.1.12 +Version: 0.1.13 Release: 1%{?dist} Summary: Comps XML file manipulation library diff --git a/libcomps/version.cmake b/libcomps/version.cmake index a8842fb..d4d27ac 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 12) +set (libcomps_VERSION_PATCH 13) set (libcomps_RELEASE 1) diff --git a/rel-eng/packages/libcomps b/rel-eng/packages/libcomps index 2be6839..bfba1f7 100644 --- a/rel-eng/packages/libcomps +++ b/rel-eng/packages/libcomps @@ -1 +1 @@ -0.1.12-1 ./ +0.1.13-1 ./ diff --git a/version.json b/version.json index 72de476..f6e34b2 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": 12 + "libcomps_VERSION_PATCH": 13 }