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

Pre-release version bump.

parent 2727079b
No related branches found
No related tags found
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.6.1],[hanke@dkrz.de],,
AC_INIT([yaxt],[0.6.2],[hanke@dkrz.de],,
[http://www.dkrz.de/redmine/projects/yaxt])
AC_CONFIG_SRCDIR([src/xt_idxlist.c])
AC_CONFIG_AUX_DIR([config])
......
......@@ -167,8 +167,8 @@ libyaxt_la_SOURCES = \
yaxt.f90
libyaxt_la_LIBADD = libyaxt_c.la $(MPI_FC_LIB)
libyaxt_la_LDFLAGS = -version-info 4:1:3
libyaxt_c_la_LDFLAGS = -version-info 4:1:3
libyaxt_la_LDFLAGS = -version-info 4:2:3
libyaxt_c_la_LDFLAGS = -version-info 4:2:3
EXTRA_DIST = m4-templates/xt_redist_template_module.f90.m4 \
m4-templates/f03-redist-gen.m4 \
......
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