summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHDF Tester <hdftest@hdfgroup.org>2013-09-29 22:03:42 (GMT)
committerHDF Tester <hdftest@hdfgroup.org>2013-09-29 22:03:42 (GMT)
commit3c4145a82c876d251ab89336edc1faaaf85b69f6 (patch)
tree782f2ce984f8fc25a21809054c4872ffa22b1bab /src
parent558c30c8796ff4cc549f8b371ea01894486609f2 (diff)
downloadhdf5-3c4145a82c876d251ab89336edc1faaaf85b69f6.zip
hdf5-3c4145a82c876d251ab89336edc1faaaf85b69f6.tar.gz
hdf5-3c4145a82c876d251ab89336edc1faaaf85b69f6.tar.bz2
[svn-r24219] Snapshot version 1.8 release 12 (snap18)
Diffstat (limited to 'src')
-rw-r--r--src/H5public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 676720e..227e585 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 8 /* For minor interface/format changes */
#define H5_VERS_RELEASE 12 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap18" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "snap19" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.12-snap18" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.12-snap19" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)