diff options
author | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2004-12-19 22:52:19 (GMT) |
---|---|---|
committer | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2004-12-19 22:52:19 (GMT) |
commit | 5de680a8f8306d6b30ae8efb1ab4ea75cfb48126 (patch) | |
tree | 23b35e129eb317027ba9e831bc93284f2ee90959 /src/H5public.h | |
parent | a6ef1a28a1378690c61c8206d0c278b73b14901e (diff) | |
download | hdf5-5de680a8f8306d6b30ae8efb1ab4ea75cfb48126.zip hdf5-5de680a8f8306d6b30ae8efb1ab4ea75cfb48126.tar.gz hdf5-5de680a8f8306d6b30ae8efb1ab4ea75cfb48126.tar.bz2 |
[svn-r9694] Snapshot version 1.6 release 4 (snap1)
Diffstat (limited to 'src/H5public.h')
-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 2c0662a..ec2779b 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 4 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "snap1" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "snap2" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.6.4-snap1" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.6.4-snap2" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |