summaryrefslogtreecommitdiffstats
path: root/c++/configure.in
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2002-04-25 22:37:24 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2002-04-25 22:37:24 (GMT)
commit43d1e71c2bb274d6db13e25ad47227234386b1b7 (patch)
tree21376a1fed153d4a8cf430743ab239cfd41fd545 /c++/configure.in
parentc543c53a0d3e753a695704cb6db1cb7218133c92 (diff)
downloadhdf5-43d1e71c2bb274d6db13e25ad47227234386b1b7.zip
hdf5-43d1e71c2bb274d6db13e25ad47227234386b1b7.tar.gz
hdf5-43d1e71c2bb274d6db13e25ad47227234386b1b7.tar.bz2
[svn-r5266] Purpose:
Update Description: Updated the h5vers script to automatically update the configure.in files so that they reflect the correct version in the AC_INIT line. Platforms tested: Linux
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 00cc442..51e1829 100644
--- a/c++/configure.in
+++ b/c++/configure.in
@@ -18,7 +18,7 @@ dnl
dnl NOTE: Don't forget to change the version number here when we do a
dnl release!!!
dnl
-AC_INIT([HDF5], [1.5], [hdfhelp@ncsa.uiuc.edu])
+AC_INIT([HDF5], [1.5.27], [hdfhelp@ncsa.uiuc.edu])
AC_CONFIG_SRCDIR([src/H5Library.cpp])
AC_CONFIG_AUX_DIR([../bin])