diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2000-02-29 16:49:42 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2000-02-29 16:49:42 (GMT) |
commit | 2be532445cd15ce80afd49127e8ddbc3175d7ac8 (patch) | |
tree | 4a3ad4b821e3ef34dc769fde20a33eda5a062f78 | |
parent | 7960fb8b948caf46dcae35fcda38e0e01abe8902 (diff) | |
download | hdf5-2be532445cd15ce80afd49127e8ddbc3175d7ac8.zip hdf5-2be532445cd15ce80afd49127e8ddbc3175d7ac8.tar.gz hdf5-2be532445cd15ce80afd49127e8ddbc3175d7ac8.tar.bz2 |
[svn-r1994] Snapshot version 1.3 release 14
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | src/H5public.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -This is hdf5-1.3.14 currently under development +This is hdf5-1.3.15 currently under development Please refer to the INSTALL file for installation instructions. ------------------------------------------------------------------------------ diff --git a/src/H5public.h b/src/H5public.h index 944b159..312893a 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -52,7 +52,7 @@ static char RcsId[] = "@(#)$Revision$"; /* Version numbers */ #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 3 /* For minor interface/format changes */ -#define H5_VERS_RELEASE 14 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 15 /* For tweaks, bug-fixes, or development */ #define H5_VERS_SUBRELEASE "" /* For pre-releases like -pre1, -beta. */ /* Empty string for real releases. */ |