diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-07-03 04:17:02 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-07-03 04:17:02 (GMT) |
commit | 0d1aef3852a52c5e20a00932ff3f791cec74935b (patch) | |
tree | 3a7a4c0dbf69cb49ad1001643b03fd7b32deff8d /c++/configure.in | |
parent | 9f27091f4bb3065b31ba2cea7ff189dcbf74d548 (diff) | |
download | hdf5-0d1aef3852a52c5e20a00932ff3f791cec74935b.zip hdf5-0d1aef3852a52c5e20a00932ff3f791cec74935b.tar.gz hdf5-0d1aef3852a52c5e20a00932ff3f791cec74935b.tar.bz2 |
[svn-r7145] Purpose:
update for release
Description:
Set the version information to 1.6.0-pre1 to get ready for
v1.6 release.
Platforms tested:
h5committested.
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 f7a7a0d..cb80286 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.63], [hdfhelp@ncsa.uiuc.edu]) +AC_INIT([HDF5 C++], [1.6.0-pre1], [hdfhelp@ncsa.uiuc.edu]) AC_CONFIG_SRCDIR([src/H5Library.cpp]) AC_CONFIG_AUX_DIR([../bin]) |