diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2007-07-30 19:55:28 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2007-07-30 19:55:28 (GMT) |
commit | 2a4c252386787403a66772ba60c0b99c0b407419 (patch) | |
tree | 28b408492cac3c4f3258f6a3411389d30c97db19 /configure.in | |
parent | aa3904cc76861c08538993c8a146482e9f2a4e9e (diff) | |
download | hdf5-2a4c252386787403a66772ba60c0b99c0b407419.zip hdf5-2a4c252386787403a66772ba60c0b99c0b407419.tar.gz hdf5-2a4c252386787403a66772ba60c0b99c0b407419.tar.bz2 |
[svn-r14025] Maintenance: Changed version number to 1.8.0-beta3, put warning into INSTALL file for the 1.8.0-beta* releaseshdf5-1_8_0-beta3
Tested: Release tar ball is available on the frp server, It was tested on kagiso with the PGI compilers.
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 5d1a7fb..adc6b49 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-beta2post1], [help@hdfgroup.org]) +AC_INIT([HDF5], [1.8.0-beta3], [help@hdfgroup.org]) AC_CONFIG_SRCDIR([src/H5.c]) AM_CONFIG_HEADER([src/H5config.h]) |