diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-02-10 01:21:53 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-02-10 01:21:53 (GMT) |
commit | 489f076c3642e80345b8ae430f60f25733512c41 (patch) | |
tree | f7f5d4862370267a7d8c8f9dff212bd03c1ac1ee /src | |
parent | 2574e0d2c0ff9c3c18b9ff7d61821117604cb9af (diff) | |
download | hdf5-489f076c3642e80345b8ae430f60f25733512c41.zip hdf5-489f076c3642e80345b8ae430f60f25733512c41.tar.gz hdf5-489f076c3642e80345b8ae430f60f25733512c41.tar.bz2 |
[svn-r3397] Purpose:
Update the version number now that the tree is finally split!
Diffstat (limited to 'src')
-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 87db0e4..e6795a5 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -57,7 +57,7 @@ static char RcsId[] = "@(#)$Revision$"; #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 4 /* For minor interface/format changes */ #define H5_VERS_RELEASE 0 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "beta3-pre5" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */ /* Empty string for real releases. */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ |