diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-04-18 20:36:56 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-04-18 20:36:56 (GMT) |
commit | a16b402a6f94df4d74c3f4a940cd848b560a1bc5 (patch) | |
tree | a362163fe4395e62ed87ec793c7450f1e4ea7da8 /configure.in | |
parent | 4fee3d360c77aa8ce494b5d5f772ba85de11b906 (diff) | |
download | hdf5-a16b402a6f94df4d74c3f4a940cd848b560a1bc5.zip hdf5-a16b402a6f94df4d74c3f4a940cd848b560a1bc5.tar.gz hdf5-a16b402a6f94df4d74c3f4a940cd848b560a1bc5.tar.bz2 |
[svn-r13685] Description:
Update the version string to "1.8.0-beta1post0"
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ee07461..83b28fb 100644 --- a/configure.in +++ b/configure.in @@ -26,7 +26,7 @@ dnl dnl NOTE: Don't forget to change the version number here when we do a dnl release!!! dnl -AC_INIT([HDF5], [1.8.0-beta1], [help@hdfgroup.org]) +AC_INIT([HDF5], [1.8.0-beta1post0], [help@hdfgroup.org]) AC_CONFIG_SRCDIR([src/H5.c]) AM_CONFIG_HEADER([src/H5config.h]) |