summaryrefslogtreecommitdiffstats
path: root/c++/configure.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-12-13 18:21:19 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-12-13 18:21:19 (GMT)
commit3f845b25c025a2d11ca9b8884204adc2e6af1d6d (patch)
tree91715cb5527d203246af08b2de4d181f9fd3a8b6 /c++/configure.in
parentff328b54b9312a70dbcf904a99a3cba13b5d435f (diff)
downloadhdf5-3f845b25c025a2d11ca9b8884204adc2e6af1d6d.zip
hdf5-3f845b25c025a2d11ca9b8884204adc2e6af1d6d.tar.gz
hdf5-3f845b25c025a2d11ca9b8884204adc2e6af1d6d.tar.bz2
[svn-r7945] Purpose:
Bump snapshot version number after giving a snapshot w/bugfix to a user.
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 864ee95..c9a9564 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.1-post5], [hdfhelp@ncsa.uiuc.edu])
+AC_INIT([HDF5 C++], [1.6.1-post6], [hdfhelp@ncsa.uiuc.edu])
AC_CONFIG_SRCDIR([src/H5Library.cpp])
AC_CONFIG_AUX_DIR([../bin])