From 4334d020c206da3348c8356d2656296f4627f21f Mon Sep 17 00:00:00 2001 From: Thomas Jahns <jahns@dkrz.de> Date: Mon, 8 Jun 2020 15:53:44 +0200 Subject: [PATCH] Pre-release version bump. --- configure.ac | 2 +- src/Makefile.am | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 40b89ce2..66691ddb 100644 --- a/configure.ac +++ b/configure.ac @@ -46,7 +46,7 @@ dnl Basic autotools settings. dnl ###################################################################### AC_PREREQ([2.64]) dnl Update the corresponding entry in doc/Doxyfile when changing this -AC_INIT([yaxt],[0.8.1],[hanke@dkrz.de],, +AC_INIT([yaxt],[0.9.0],[hanke@dkrz.de],, [http://www.dkrz.de/redmine/projects/yaxt]) AC_CONFIG_SRCDIR([src/xt_idxlist.c]) AC_CONFIG_AUX_DIR([config]) diff --git a/src/Makefile.am b/src/Makefile.am index 6d0630b9..8c32e6ca 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -183,9 +183,9 @@ libyaxt_la_SOURCES = \ yaxt.f90 libyaxt_la_LIBADD = libyaxt_c.la $(MPI_FC_LIB) -libyaxt_la_LDFLAGS = -version-info 7:0:6 +libyaxt_la_LDFLAGS = -version-info 8:0:7 libyaxt_c_la_LIBADD = $(MPI_C_LIB) -libyaxt_c_la_LDFLAGS = -version-info 7:0:6 +libyaxt_c_la_LDFLAGS = -version-info 8:0:7 if OMPI_DT_WORKAROUND noinst_LTLIBRARIES = libompi_workaround.la -- GitLab