summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorHDF Tester <hdftest@hdfgroup.org>2009-01-18 10:04:40 (GMT)
committerHDF Tester <hdftest@hdfgroup.org>2009-01-18 10:04:40 (GMT)
commitfdc7b174384c5ae0f3ff0f565fdc555a3cf06d97 (patch)
tree88e0c4a110ef16f3344877f3fb732aa433e3ad31 /src/H5public.h
parent0c4e71d004d1e1243923fe6202d139cfd7751dce (diff)
downloadhdf5-fdc7b174384c5ae0f3ff0f565fdc555a3cf06d97.zip
hdf5-fdc7b174384c5ae0f3ff0f565fdc555a3cf06d97.tar.gz
hdf5-fdc7b174384c5ae0f3ff0f565fdc555a3cf06d97.tar.bz2
[svn-r16329] Snapshot version 1.9 release 27
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h
index cf9ff14..09256f2 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -71,10 +71,10 @@ extern "C" {
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 9 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 27 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 28 /* 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.9.27" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.9.28" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)