diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-06-05 17:44:43 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-06-05 17:44:43 (GMT) |
commit | 51b427848d17421d3922741e46cf0c0a6f2ce40b (patch) | |
tree | 558089d409266f246f1aeb50340a74297d7035ee /configure.in | |
parent | 82cc42fd1950b2e1551c963bee47eddf2c8ebe86 (diff) | |
download | hdf5-51b427848d17421d3922741e46cf0c0a6f2ce40b.zip hdf5-51b427848d17421d3922741e46cf0c0a6f2ce40b.tar.gz hdf5-51b427848d17421d3922741e46cf0c0a6f2ce40b.tar.bz2 |
[svn-r6974] Purpose:
Bump version #
Description:
Bump the version # of the library after creating snapshot for SAF developers
to test with.
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 6ea4a55..6d3eb5f 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.55], [hdfhelp@ncsa.uiuc.edu]) +AC_INIT([HDF5], [1.5.56], [hdfhelp@ncsa.uiuc.edu]) AC_CONFIG_SRCDIR([src/H5.c]) AC_CONFIG_HEADER([src/H5config.h]) |