diff options
author | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2004-07-04 08:37:15 (GMT) |
---|---|---|
committer | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2004-07-04 08:37:15 (GMT) |
commit | 3fa118a4b18ba3444e06079eda0dc359fdfe66fb (patch) | |
tree | aeacf6b6ccdf58229847dd7d92612e1d7f4b1db5 /src/H5public.h | |
parent | 7cac82cf682a8358582dd6f995a018f7a6d1a477 (diff) | |
download | hdf5-3fa118a4b18ba3444e06079eda0dc359fdfe66fb.zip hdf5-3fa118a4b18ba3444e06079eda0dc359fdfe66fb.tar.gz hdf5-3fa118a4b18ba3444e06079eda0dc359fdfe66fb.tar.bz2 |
[svn-r8803] Snapshot version 1.7 release 29
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 16eb3a4..3fc7d09 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -75,10 +75,10 @@ extern "C" { /* Version numbers */ #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 7 /* For minor interface/format changes */ -#define H5_VERS_RELEASE 29 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 30 /* 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.7.29" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.7.30" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |