diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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` |