From 130f85df82bbb39c458f92cbfe0d58f926c13335 Mon Sep 17 00:00:00 2001 From: HDF Admin Date: Sat, 1 Dec 2001 18:49:23 -0500 Subject: [svn-r4663] Snapshot version 1.4 release 3 (snap8) --- README.txt | 2 +- doc/html/ADGuide/RELEASE.txt | 2 +- release_docs/RELEASE.txt | 2 +- src/H5public.h | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.txt b/README.txt index 5aba471..392ce21 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -HDF5 version 1.4.3-snap8 currently under development +HDF5 version 1.4.3-snap9 currently under development Please refer to the INSTALL file for installation instructions. ------------------------------------------------------------------------------ diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt index bd76a81..c61ef6c 100644 --- a/doc/html/ADGuide/RELEASE.txt +++ b/doc/html/ADGuide/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.4.3-snap7 released on Sat Nov 17 21:39:42 CST 2001 +HDF5 version 1.4.3-snap8 released on Sat Dec 1 18:48:06 CST 2001 ============================================================================== diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 9e034d1..8f708c3 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.4.3-snap8 currently under development +HDF5 version 1.4.3-snap9 currently under development ============================================================================== diff --git a/src/H5public.h b/src/H5public.h index 8c66c40..b7af2ed 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -61,9 +61,9 @@ #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 4 /* For minor interface/format changes */ #define H5_VERS_RELEASE 3 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "snap8" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "snap9" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.4.3-snap8" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.4.3-snap9" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) -- cgit v0.12