summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.txt2
-rw-r--r--configure.in2
-rw-r--r--release_docs/RELEASE.txt2
-rw-r--r--src/H5public.h4
4 files changed, 5 insertions, 5 deletions
diff --git a/README.txt b/README.txt
index b6958d4..d8de3ac 100644
--- a/README.txt
+++ b/README.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.8.0-alpha4 released on Sun Jul 16 13:42:12 CDT 2006
+HDF5 version 1.8.0-alpha5 currently under development
Please refer to the release_docs/INSTALL file for installation instructions.
------------------------------------------------------------------------------
diff --git a/configure.in b/configure.in
index 2349ca5..9be5ca6 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-alpha4], [hdfhelp@ncsa.uiuc.edu])
+AC_INIT([HDF5], [1.8.0-alpha5], [hdfhelp@ncsa.uiuc.edu])
AC_CONFIG_SRCDIR([src/H5.c])
AM_CONFIG_HEADER([src/H5config.h])
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 73479fb..2987852 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.8.0-alpha4 released on Sun Jul 16 13:42:12 CDT 2006
+HDF5 version 1.8.0-alpha5 currently under development
================================================================================
INTRODUCTION
diff --git a/src/H5public.h b/src/H5public.h
index da87524..adf4b1d 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -67,9 +67,9 @@ extern "C" {
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 8 /* For minor interface/format changes */
#define H5_VERS_RELEASE 0 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "alpha4" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "alpha5" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.0-alpha4" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.0-alpha5" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)