From eb3ff7c15ca9fc67de6721c9472c18014fb2238e Mon Sep 17 00:00:00 2001
From: Thomas Jahns <jahns@dkrz.de>
Date: Tue, 14 Jan 2020 17:56:08 +0100
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 f9b135ae..476542b6 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.6.0],[hanke@dkrz.de],,
+AC_INIT([yaxt],[0.8.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 0f677e96..6efcf918 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -172,8 +172,8 @@ libyaxt_la_SOURCES =						\
 	yaxt.f90
 
 libyaxt_la_LIBADD = libyaxt_c.la $(MPI_FC_LIB)
-libyaxt_la_LDFLAGS = -version-info 4:0:3
-libyaxt_c_la_LDFLAGS = -version-info 4:0:3
+libyaxt_la_LDFLAGS = -version-info 5:0:4
+libyaxt_c_la_LDFLAGS = -version-info 5:0:4
 
 if OMPI_DT_WORKAROUND
 noinst_LTLIBRARIES = libompi_workaround.la
-- 
GitLab