diff options
author | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2002-11-23 10:41:00 (GMT) |
---|---|---|
committer | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2002-11-23 10:41:00 (GMT) |
commit | 974a06839512ec96c88bff67fdf0d0519a52148c (patch) | |
tree | bd52047ea7e21fe790cc7d50667fb26a4e620b71 /src/H5public.h | |
parent | 35ea6f81791df3d470a51dbd8c3949d35dd7d045 (diff) | |
download | hdf5-974a06839512ec96c88bff67fdf0d0519a52148c.zip hdf5-974a06839512ec96c88bff67fdf0d0519a52148c.tar.gz hdf5-974a06839512ec96c88bff67fdf0d0519a52148c.tar.bz2 |
[svn-r6133] Snapshot version 1.5 release 42
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 cc91a9a..48649ce 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -69,10 +69,10 @@ /* Version numbers */ #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 5 /* For minor interface/format changes */ -#define H5_VERS_RELEASE 42 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 43 /* For tweaks, bug-fixes, or development */ #define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.5.42" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.5.43" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |