From d5aff3652b9055416a5f5bf76ac67348dfd7a8b4 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Wed, 1 Sep 2004 11:24:50 -0500 Subject: [svn-r9182] Purpose: Maintenance for the hdf5-1.6.3 testing Description: After discussing with Albert: I changed the version to hdf5-1.6.3-pre1 and created a tar ball for the first round of testing. Then I changed the version to hdf5-1.6.3-pre2 and now I am committing the changes. pre1 on ftp is the same as snap6 :-) Solution: Platforms tested: Misc. update: --- release_docs/RELEASE.txt | 2 +- src/H5public.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 8b09d22..c80c873 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.6.3-snap6 currently under development +HDF5 version 1.6.3-pre2 currently under development ================================================================================ diff --git a/src/H5public.h b/src/H5public.h index 07a63d0..ec3af3f 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -78,9 +78,9 @@ extern "C" { #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 6 /* For minor interface/format changes */ #define H5_VERS_RELEASE 3 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "snap6" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "pre2" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.6.3-snap6" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.6.3-pre2" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) -- cgit v0.12