summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorHDF Tester <hdftest@hdfgroup.org>2013-07-14 08:31:23 (GMT)
committerHDF Tester <hdftest@hdfgroup.org>2013-07-14 08:31:23 (GMT)
commit4e12ec74aecab5b03a3d16db1d6fe922dcf22ce6 (patch)
tree5f56ad7bcdd3449a2a4d206cb7b2b4304c9236d4 /src/H5public.h
parent25fe312b3c500689b92cb232464d7f4801a6ba44 (diff)
downloadhdf5-4e12ec74aecab5b03a3d16db1d6fe922dcf22ce6.zip
hdf5-4e12ec74aecab5b03a3d16db1d6fe922dcf22ce6.tar.gz
hdf5-4e12ec74aecab5b03a3d16db1d6fe922dcf22ce6.tar.bz2
[svn-r23895] Snapshot version 1.9 release 158
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 eb37b34..c465962 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -75,10 +75,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 158 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 159 /* 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.158" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.9.159" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)