diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-07-17 02:59:54 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-07-17 02:59:54 (GMT) |
commit | b0379795d52f23d09c7b1d273c3fa71aeba9b356 (patch) | |
tree | 48da9513df37f63c33ed24bf1c83cf3331ea214d | |
parent | 9dc96eab6f4e1e0acb5ad5991217641ee10925c4 (diff) | |
download | hdf5-b0379795d52f23d09c7b1d273c3fa71aeba9b356.zip hdf5-b0379795d52f23d09c7b1d273c3fa71aeba9b356.tar.gz hdf5-b0379795d52f23d09c7b1d273c3fa71aeba9b356.tar.bz2 |
[svn-r12478] Changed version number to 1.8.0-alpha5 after tagging hdf5-1.8.0-alpha4 release
with "hdf5_1_8_0_alpha4" tag.
-rw-r--r-- | README.txt | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | release_docs/RELEASE.txt | 2 | ||||
-rw-r--r-- | src/H5public.h | 4 |
4 files changed, 5 insertions, 5 deletions
@@ -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) |