aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--configure.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fc10625..273d71d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2004-05-30 Markus Germeier <mager@tzi.de>
+ * changed version to 0.7.1-pre2
+
2004-04-24 Markus Germeier <mager@tzi.de>
* further open/close fixes
diff --git a/configure.in b/configure.in
index 5dc4b30..c52f76a 100644
--- a/configure.in
+++ b/configure.in
@@ -10,7 +10,7 @@ dnl AM_CONFIG_HEADER(src/config.h)
AC_CANONICAL_SYSTEM()
AC_MSG_RESULT(Building for a ${host} host.)
-AM_INIT_AUTOMAKE(mpio, 0.7.1_pre1-1)
+AM_INIT_AUTOMAKE(mpio, 0.7.1_pre2-1)
dnl build release variable
RELEASE=`echo $VERSION | cut -d- -f2`