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 /c++/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 'c++/configure.in')
-rw-r--r-- | c++/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/configure.in b/c++/configure.in index 9315096..8cdedbc 100644 --- a/c++/configure.in +++ b/c++/configure.in @@ -27,7 +27,7 @@ dnl dnl NOTE: Don't forget to change the version number here when we do a dnl release!!! dnl -AC_INIT([HDF5 C++], [1.5.55], [hdfhelp@ncsa.uiuc.edu]) +AC_INIT([HDF5 C++], [1.5.56], [hdfhelp@ncsa.uiuc.edu]) AC_CONFIG_SRCDIR([src/H5Library.cpp]) AC_CONFIG_AUX_DIR([../bin]) |