summaryrefslogtreecommitdiffstats
path: root/fortran/configure.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-06-17 07:34:38 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-06-17 07:34:38 (GMT)
commit2d5f0a1c52c3da643db707e6c4f1b8c9be8752e4 (patch)
tree7c243e942a4bbf8f6c4eb9724d2fa087a15f5423 /fortran/configure.in
parent30c27cf65f462e6202a76a2530c2ab8bd430745b (diff)
downloadhdf5-2d5f0a1c52c3da643db707e6c4f1b8c9be8752e4.zip
hdf5-2d5f0a1c52c3da643db707e6c4f1b8c9be8752e4.tar.gz
hdf5-2d5f0a1c52c3da643db707e6c4f1b8c9be8752e4.tar.bz2
[svn-r5647] Description:
version information were not updated when 1.4.4-pre1 was created. So, 1.4.4-pre1 actually contained 1.4.4-snap6 in it. Updated the version information to 1.4.4-pre2. Platforms tested: eyeballed all changes. Pretty sure only text changes in some character strings.
Diffstat (limited to 'fortran/configure.in')
-rw-r--r--fortran/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/configure.in b/fortran/configure.in
index c88ac13..498b4e2 100644
--- a/fortran/configure.in
+++ b/fortran/configure.in
@@ -18,7 +18,7 @@ dnl
dnl NOTE: Don't forget to change the version number here when we do a
dnl release!!!
dnl
-AC_INIT([HDF5 Fortran], [1.4.4-snap6], [hdfhelp@ncsa.uiuc.edu])
+AC_INIT([HDF5 Fortran], [1.4.4-pre2], [hdfhelp@ncsa.uiuc.edu])
AC_CONFIG_SRCDIR([src/HDF5.f90])
AC_CONFIG_HEADER([src/H5config_fortran.h])