diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2003-06-11 12:46:09 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2003-06-11 12:46:09 (GMT) |
commit | 2714638dece375f1d1bbb2ca9745a846a8d56454 (patch) | |
tree | 4ceb895ab05331dec30a1a9968f8bb923f1e42d8 /configure.in | |
parent | 361cac5966d28bc9471692689a5f8e1476242c35 (diff) | |
download | hdf5-2714638dece375f1d1bbb2ca9745a846a8d56454.zip hdf5-2714638dece375f1d1bbb2ca9745a846a8d56454.tar.gz hdf5-2714638dece375f1d1bbb2ca9745a846a8d56454.tar.bz2 |
[svn-r7023]
Purpose: Maintenance for the third round of testing
Description: Increased the version number to 1.5.59 after creating
a tar ball for testing.
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 7bf815a..ebbb82b 100644 --- a/configure.in +++ b/configure.in @@ -24,7 +24,7 @@ dnl dnl NOTE: Don't forget to change the version number here when we do a dnl release!!! dnl -AC_INIT([HDF5], [1.5.58], [hdfhelp@ncsa.uiuc.edu]) +AC_INIT([HDF5], [1.5.59], [hdfhelp@ncsa.uiuc.edu]) AC_CONFIG_SRCDIR([src/H5.c]) AC_CONFIG_HEADER([src/H5config.h]) |