diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2009-06-01 17:53:19 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2009-06-01 17:53:19 (GMT) |
commit | 95bd7eac471155e62ec372b4d92603aa0edd52aa (patch) | |
tree | a161039cbc658513f0dabc55a306437a9c119734 /src | |
parent | 6bd725cec32a1d173707402e3815b7c1bccd00e0 (diff) | |
download | hdf5-95bd7eac471155e62ec372b4d92603aa0edd52aa.zip hdf5-95bd7eac471155e62ec372b4d92603aa0edd52aa.tar.gz hdf5-95bd7eac471155e62ec372b4d92603aa0edd52aa.tar.bz2 |
[svn-r16993] Snapshot version 1.8 release 3 (snap0)
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 31a707e..1cb3746 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -72,9 +72,9 @@ extern "C" { #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 8 /* For minor interface/format changes */ #define H5_VERS_RELEASE 3 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "snap0" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "snap1" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.8.3-snap0" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.3-snap1" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |