summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2006-04-18 05:41:45 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2006-04-18 05:41:45 (GMT)
commitb0da4a248775802d6feb3b7470f1416aa317f8aa (patch)
tree5e36a35221f059542b8ffad3d9caa27207ef3fc6 /configure.in
parent39437c5040b168014e27bd5b1f4afb0482764ae5 (diff)
downloadhdf5-b0da4a248775802d6feb3b7470f1416aa317f8aa.zip
hdf5-b0da4a248775802d6feb3b7470f1416aa317f8aa.tar.gz
hdf5-b0da4a248775802d6feb3b7470f1416aa317f8aa.tar.bz2
[svn-r12276] Purpose: Maintenance/typo fix/1.8.0-alpha0 release
Description: Here is what I did: modified MANIFEST according Quincey's instructions to fix the problem exposed by bin/release (compilation fails because some header files were not included in the distribution) fixed small typo and modified include_HEADERS line in src/Makefile.am to address the problem exposed by bin/release ran bin/h5vers to change version number to 1.8.0-alpha0 ran bin/release to release tar ball to the ftp server Solution: Platforms tested: mir MANY,MANY,MANY times Misc. update:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a4555d2..796a8aa 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.7.59], [hdfhelp@ncsa.uiuc.edu])
+AC_INIT([HDF5], [1.8.0-alpha0], [hdfhelp@ncsa.uiuc.edu])
AC_CONFIG_SRCDIR([src/H5.c])
AM_CONFIG_HEADER([src/H5config.h])