diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2003-10-14 14:58:01 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2003-10-14 14:58:01 (GMT) |
commit | 03b8c2914878698812602d77e5e6a255976f1f8d (patch) | |
tree | 84328e1faa70a5ad6ff27d43ff272a85b92132c6 /src/H5public.h | |
parent | cc3f8148edb434f07f5957623e1d8e5d4249feb7 (diff) | |
download | hdf5-03b8c2914878698812602d77e5e6a255976f1f8d.zip hdf5-03b8c2914878698812602d77e5e6a255976f1f8d.tar.gz hdf5-03b8c2914878698812602d77e5e6a255976f1f8d.tar.bz2 |
[svn-r7625] Purpose: Maintenance
Description: Bumped up the version number after creating a tar ball
for the second round of testing
Solution: N/A
Platforms tested: done with bin/h5vers on eirene
Misc. update:
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 a22fd76..b4e9df8 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -76,9 +76,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 0 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "post11" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "post12" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.6.0-post11" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.6.0-post12" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |