From d2af24ae149ffe432c9967feead1057a1827807d Mon Sep 17 00:00:00 2001 From: Andreas Marek Date: Wed, 12 Oct 2016 10:48:44 +0200 Subject: [PATCH] Prepare release: update library versioning number --- LIBRARY_INTERFACE | 6 ++++++ RELEASE_NOTES | 6 +++--- configure.ac | 2 +- elpa.spec | 4 ++-- test_project/configure.ac | 4 ++-- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/LIBRARY_INTERFACE b/LIBRARY_INTERFACE index e4be3327..942ddc59 100644 --- a/LIBRARY_INTERFACE +++ b/LIBRARY_INTERFACE @@ -44,3 +44,9 @@ https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html The state of release 2016.05.003 defines this interface +- 7 + Compatible API change w.r.t. previous version: Interfaces for generic driver + routineshave been added. The old interfaces are still available + + The state of release 2016.05.004 defines this interface + diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 37b65d83..feba8715 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,14 +1,14 @@ -This file contains the release notes for the ELPA 2016.05.003 version +This file contains the release notes for the ELPA 2016.05.004 version What is new? ------------- -For changes since release ELPA 2016.05.002 please have a look at the Changelog file +For changes since release ELPA 2016.05.003 please have a look at the Changelog file a) ABI change --------------------- -Since release 2016.05.001 the ABI has not changed +Since release 2016.05.001 the ABI has not changed. Only additional interfaces habe been added Any incompatibilities to previous version? diff --git a/configure.ac b/configure.ac index 79932901..f743f184 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ AM_SILENT_RULES([yes]) # by the current interface, as they are ABI compatible (e.g. only new symbols # were added by the new interface) # -AC_SUBST([ELPA_SO_VERSION], [6:0:2]) +AC_SUBST([ELPA_SO_VERSION], [7:0:3]) # diff --git a/elpa.spec b/elpa.spec index e8db69ae..9eefd5fb 100644 --- a/elpa.spec +++ b/elpa.spec @@ -32,8 +32,8 @@ %endif Name: elpa -Version: 2016.05.003 -Release: 2 +Version: 2016.05.004 +Release: 1 Summary: A massively parallel eigenvector solver License: LGPL-3.0 Group: System/Libraries diff --git a/test_project/configure.ac b/test_project/configure.ac index 6eaf1a0e..fe4a9da5 100644 --- a/test_project/configure.ac +++ b/test_project/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.69]) -AC_INIT([elpa_test_project],[2016.05.003], elpa-library@rzg.mpg.de) -elpaversion="2016.05.003" +AC_INIT([elpa_test_project],[2016.05.004], elpa-library@rzg.mpg.de) +elpaversion="2016.05.004" AC_CONFIG_SRCDIR([src/test_real.F90]) AM_INIT_AUTOMAKE([foreign -Wall subdir-objects]) -- GitLab