Skip to content
Snippets Groups Projects
Commit af3e8e0a authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Pre-release version bump.

parent 87d7f225
No related branches found
Tags v0.10.1
No related merge requests found
......@@ -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.10.0],[hanke@dkrz.de],,
AC_INIT([yaxt],[0.10.1],[hanke@dkrz.de],,
[http://www.dkrz.de/redmine/projects/yaxt])
AC_CONFIG_SRCDIR([src/xt_idxlist.c])
AC_CONFIG_AUX_DIR([config])
......
......@@ -213,9 +213,9 @@ libyaxt_la_SOURCES = \
yaxt.f90
libyaxt_la_LIBADD = libyaxt_c.la $(MPI_FC_LIB)
libyaxt_la_LDFLAGS = -version-info 10:2:9
libyaxt_la_LDFLAGS = -version-info 11:0:10
libyaxt_c_la_LIBADD = $(MPI_C_LIB)
libyaxt_c_la_LDFLAGS = -version-info 10:2:9
libyaxt_c_la_LDFLAGS = -version-info 10:3:9
if XT_ADD_MPI_WORKAROUND
libyaxt_c_la_LIBADD += mpi-workarounds/libmpi_workaround.la
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment