summaryrefslogtreecommitdiffstats
path: root/c++/configure.in
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2003-05-08 19:14:29 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2003-05-08 19:14:29 (GMT)
commitdf446a46d56005115a5e8c5a2bf7dc882f9cf996 (patch)
tree303ab6672fec55c41a732208d771a00eecee9fad /c++/configure.in
parent4d9ea22570af3b919eba33f96182babdfed2cc08 (diff)
downloadhdf5-df446a46d56005115a5e8c5a2bf7dc882f9cf996.zip
hdf5-df446a46d56005115a5e8c5a2bf7dc882f9cf996.tar.gz
hdf5-df446a46d56005115a5e8c5a2bf7dc882f9cf996.tar.bz2
[svn-r6835]
Purpose: Maintenance Description: I changed release version to 1.5.54. Email about tetsing of 1.5.53 will be send after this checkins. Solution: used bin/h5vers -s to change the version number Platforms tested: Done on arabica Misc. update:
Diffstat (limited to 'c++/configure.in')
-rw-r--r--c++/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/configure.in b/c++/configure.in
index b1b5cab..07892c0 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.53], [hdfhelp@ncsa.uiuc.edu])
+AC_INIT([HDF5 C++], [1.5.54], [hdfhelp@ncsa.uiuc.edu])
AC_CONFIG_SRCDIR([src/H5Library.cpp])
AC_CONFIG_AUX_DIR([../bin])