diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-04-18 05:59:51 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-04-18 05:59:51 (GMT) |
commit | 3026df8a300ab30cd6d92466ce8642021d2c0c01 (patch) | |
tree | 27023bbd0f98990c01cf1c98af2e5c63fb4d6ed0 /configure.in | |
parent | b0da4a248775802d6feb3b7470f1416aa317f8aa (diff) | |
download | hdf5-3026df8a300ab30cd6d92466ce8642021d2c0c01.zip hdf5-3026df8a300ab30cd6d92466ce8642021d2c0c01.tar.gz hdf5-3026df8a300ab30cd6d92466ce8642021d2c0c01.tar.bz2 |
[svn-r12278] Purpose: Maintenance after alpha0 release
Description: Ran bin/h5vers script to change version number to 1.8.0-alpha1
Solution:
Platforms tested: heping
Misc. update:
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 796a8aa..4d75e8e 100644 --- a/configure.in +++ b/configure.in @@ -25,7 +25,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-alpha0], [hdfhelp@ncsa.uiuc.edu]) +AC_INIT([HDF5], [1.8.0-alpha1], [hdfhelp@ncsa.uiuc.edu]) AC_CONFIG_SRCDIR([src/H5.c]) AM_CONFIG_HEADER([src/H5config.h]) |