summaryrefslogtreecommitdiffstats
path: root/c++/configure.in
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2004-02-12 19:50:45 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2004-02-12 19:50:45 (GMT)
commit76d948fe8163e75fbcc1c27aed0ea26beca3e65c (patch)
treeff4e5ec971c426c6094fc3ca6f7e9bde22815ab9 /c++/configure.in
parentf9491185b3f0312eb203f20dd607115885caf51f (diff)
downloadhdf5-76d948fe8163e75fbcc1c27aed0ea26beca3e65c.zip
hdf5-76d948fe8163e75fbcc1c27aed0ea26beca3e65c.tar.gz
hdf5-76d948fe8163e75fbcc1c27aed0ea26beca3e65c.tar.bz2
[svn-r8195] Purpose: Maintenance after hdf5-1.6.2 release
Description: I updated HISTORY.txt and RELEASE.txt files, and ran bin/h5vers to change version number to 1.6.2-post0 Solution: Platforms tested: 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 fae5a1a..c8ba8fe 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.6.2], [hdfhelp@ncsa.uiuc.edu])
+AC_INIT([HDF5 C++], [1.6.2-post0], [hdfhelp@ncsa.uiuc.edu])
AC_CONFIG_SRCDIR([src/H5Library.cpp])
AC_CONFIG_AUX_DIR([../bin])