>From c5e3169e5031036e66c3dd2702cd5caffe3bae15 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Tue, 23 Jun 2015 12:51:13 +0200 Subject: [PATCH 24/24] Update versions before 0.5.0 release Version for libcollection was already updated with patch: df4d87161410bb6ab11105e74d2232cca6730f8b Function to return one of the dups --- version.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.m4 b/version.m4 index 45ff9e247ab8bfc0a9dcc2776989978bc709bfa4..8f4ce544134230488659cf7f379f8e73c2c33776 100644 --- a/version.m4 +++ b/version.m4 @@ -1,5 +1,5 @@ # Primary version number -m4_define([VERSION_NUMBER], [0.4.0]) +m4_define([VERSION_NUMBER], [0.5.0]) # If the PRERELEASE_VERSION_NUMBER is set, we'll append # it to the release tag when creating an RPM or SRPM @@ -13,6 +13,6 @@ m4_define([PRERELEASE_VERSION_NUMBER], []) m4_define([PATH_UTILS_VERSION_NUMBER], [0.2.1]) m4_define([DHASH_VERSION_NUMBER], [0.4.3]) m4_define([COLLECTION_VERSION_NUMBER], [0.7.0]) -m4_define([REF_ARRAY_VERSION_NUMBER], [0.1.4]) +m4_define([REF_ARRAY_VERSION_NUMBER], [0.1.5]) m4_define([BASICOBJECTS_VERSION_NUMBER], [0.1.1]) -m4_define([INI_CONFIG_VERSION_NUMBER], [1.1.0]) +m4_define([INI_CONFIG_VERSION_NUMBER], [1.2.0]) -- 2.4.3