diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2009-04-12 19:35:31 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2009-04-12 19:35:31 (GMT) |
commit | 6f5cec9bdb5fc83f3bf72d8ac4dd4e4cbb5539c6 (patch) | |
tree | 925b8b333e3fbc5b77332453036eccff8fa112ea /src | |
parent | f79a22e7774d58f9237b34c9adc2271216ce5690 (diff) | |
download | hdf5-6f5cec9bdb5fc83f3bf72d8ac4dd4e4cbb5539c6.zip hdf5-6f5cec9bdb5fc83f3bf72d8ac4dd4e4cbb5539c6.tar.gz hdf5-6f5cec9bdb5fc83f3bf72d8ac4dd4e4cbb5539c6.tar.bz2 |
[svn-r16739] Snapshot version 1.6 release 8 (post13)
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 d4644b3..91cb27e 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -67,9 +67,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 8 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "post13" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "post14" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.6.8-post13" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.6.8-post14" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |