diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-19 20:35:29 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-19 20:35:29 (GMT) |
commit | 1f0513f4367c4caf5ab3b7b6e388e6776efd82b8 (patch) | |
tree | b531263dc47e39bf0644e0a0c23f5600c935576a /src | |
parent | 8f803c26fd7f2b7edb1112a3e780eb5905ba0053 (diff) | |
download | hdf5-1f0513f4367c4caf5ab3b7b6e388e6776efd82b8.zip hdf5-1f0513f4367c4caf5ab3b7b6e388e6776efd82b8.tar.gz hdf5-1f0513f4367c4caf5ab3b7b6e388e6776efd82b8.tar.bz2 |
[svn-r5682] Purpose:
Update version info.
Description:
Bump the prelease number to reflect the fact that I gave out a prerelease
to the SAF developers yesterday and I don't want to confuse people when we
make another prelease tarball.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5public.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h index e4096d7..f923ea2 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -65,9 +65,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 4 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "pre2" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "pre3" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.4.4-pre2" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.4.4-pre3" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |