diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2009-10-19 05:41:33 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2009-10-19 05:41:33 (GMT) |
commit | b26426f5b38826c0ff519d149224aa184a374e71 (patch) | |
tree | b98bf3bec58103e3bfbcb0299cfbdc64bd352076 /src | |
parent | 1ea112f552a60c354e7dfea42e0fecb74a823886 (diff) | |
download | hdf5-b26426f5b38826c0ff519d149224aa184a374e71.zip hdf5-b26426f5b38826c0ff519d149224aa184a374e71.tar.gz hdf5-b26426f5b38826c0ff519d149224aa184a374e71.tar.bz2 |
[svn-r17677] Snapshot version 1.8 release 3 (snap13)
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 4f58fcc..732a06f 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 "snap13" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "snap14" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.8.3-snap13" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.3-snap14" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |