diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2000-09-06 21:15:35 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2000-09-06 21:15:35 (GMT) |
commit | 61e517a4b001c0d5581d9e5cf91b66a39ee16772 (patch) | |
tree | 933cec141de011b0d04b56a95e48673e4d04b7f5 /src/H5public.h | |
parent | c0ec9f92a66088fadc2cae40e8e3c5dad9a76e16 (diff) | |
download | hdf5-61e517a4b001c0d5581d9e5cf91b66a39ee16772.zip hdf5-61e517a4b001c0d5581d9e5cf91b66a39ee16772.tar.gz hdf5-61e517a4b001c0d5581d9e5cf91b66a39ee16772.tar.bz2 |
[svn-r2519] Snapshot version 1.3 release 29
Diffstat (limited to 'src/H5public.h')
-rw-r--r-- | src/H5public.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h index d6a1fec..a48a309 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -56,7 +56,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 29 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 30 /* For tweaks, bug-fixes, or development */ #define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */ /* Empty string for real releases. */ |