From adae127f96180b14e0a8e27d5cc48056dc60eab0 Mon Sep 17 00:00:00 2001 From: Andreas Marek Date: Tue, 26 May 2015 08:08:28 +0200 Subject: [PATCH] Prepare ELPA 2015.05 release: set release number --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index bb2ae788..403e69e7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.69]) -AC_INIT([elpa],[2015.02.002], [elpa-library@rzg.mpg.de]) +AC_INIT([elpa],[2015.05.001], [elpa-library@rzg.mpg.de]) AC_SUBST([PACKAGE_VERSION]) AC_CONFIG_SRCDIR([src/elpa1.F90]) @@ -34,7 +34,7 @@ rm -rf config.h config-f90.h # 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], [3:0:0]) +AC_SUBST([ELPA_SO_VERSION], [3:1:0]) # -- GitLab