diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2003-05-20 13:44:58 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2003-05-20 13:44:58 (GMT) |
commit | 01f6493cd0b3b151c3cdc8f005c6fccacb58d7dd (patch) | |
tree | 16202382fd6b4fd15db8d521462426b9aec902cc /c++/configure.in | |
parent | e5865cbf35f36ee6f9518d7446fcce6f2a5c2ad3 (diff) | |
download | hdf5-01f6493cd0b3b151c3cdc8f005c6fccacb58d7dd.zip hdf5-01f6493cd0b3b151c3cdc8f005c6fccacb58d7dd.tar.gz hdf5-01f6493cd0b3b151c3cdc8f005c6fccacb58d7dd.tar.bz2 |
[svn-r6905]
Purpose: Maintenance for the second round of testing
Description: Used bin/h5vers to change version number to 1.5.55
Solution:
Platforms tested: arabica
Misc. update:
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 07892c0..9315096 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.54], [hdfhelp@ncsa.uiuc.edu]) +AC_INIT([HDF5 C++], [1.5.55], [hdfhelp@ncsa.uiuc.edu]) AC_CONFIG_SRCDIR([src/H5Library.cpp]) AC_CONFIG_AUX_DIR([../bin]) |