>From b122bc0ca243a6682a68ddc49a1304abd8254ea6 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Mon, 14 Apr 2014 08:32:40 +0200 Subject: [PATCH 2/2] Bump versions for 0.4.0 release Versions in .sym files should not be changed between releases, they can be added. ding-libs wasn't released with them yet, therefore we can modify them. This patch fixes initial version of .sym files and keeps the same name as the version of the libraries in version.m4 --- ini/libini_config.sym | 2 +- refarray/libref_array.sym | 2 +- version.m4 | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ini/libini_config.sym b/ini/libini_config.sym index d0035f28f93cad09a3e357574f1e2f8f1ad93491..3ca15bb53b597f22d5ae625d6ec8a4be04f14131 100644 --- a/ini/libini_config.sym +++ b/ini/libini_config.sym @@ -1,4 +1,4 @@ -INI_CONFIG_1.0.0 { +INI_CONFIG_1.1.0 { global: /* ini_config.h */ config_from_file; diff --git a/refarray/libref_array.sym b/refarray/libref_array.sym index 3a1d434587061ba2adf5f8f92c22d0b57baccc2b..73775d7e42fd0aec7579de90faef49ef478e2d15 100644 --- a/refarray/libref_array.sym +++ b/refarray/libref_array.sym @@ -18,7 +18,7 @@ local: *; }; -REF_ARRAY_0.1.3 { +REF_ARRAY_0.1.4 { global: ref_array_copy; } REF_ARRAY_0.1.1; diff --git a/version.m4 b/version.m4 index 76b8a0d66d9f3e09d22960aac4f2577725e16a10..e2cb104931b33a2e90c675984df764f3b237f78f 100644 --- a/version.m4 +++ b/version.m4 @@ -1,5 +1,5 @@ # Primary version number -m4_define([VERSION_NUMBER], [0.3.0.1]) +m4_define([VERSION_NUMBER], [0.4.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.6.2]) -m4_define([REF_ARRAY_VERSION_NUMBER], [0.1.3]) -m4_define([BASICOBJECTS_VERSION_NUMBER], [0.1.0]) -m4_define([INI_CONFIG_VERSION_NUMBER], [1.0.0.1]) +m4_define([REF_ARRAY_VERSION_NUMBER], [0.1.4]) +m4_define([BASICOBJECTS_VERSION_NUMBER], [0.1.1]) +m4_define([INI_CONFIG_VERSION_NUMBER], [1.1.0]) -- 1.9.0