summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHDF Tester <hdftest@hdfgroup.org>2014-06-22 10:26:37 (GMT)
committerHDF Tester <hdftest@hdfgroup.org>2014-06-22 10:26:37 (GMT)
commitfbaf82bc3c97a939b99091071c4d4f242de96a36 (patch)
treed688290fb5719dc1254fe63a299bcc46714b781d /src
parent12ee3deb82f879cd4cf40e1604442e41ab2359bf (diff)
downloadhdf5-fbaf82bc3c97a939b99091071c4d4f242de96a36.zip
hdf5-fbaf82bc3c97a939b99091071c4d4f242de96a36.tar.gz
hdf5-fbaf82bc3c97a939b99091071c4d4f242de96a36.tar.bz2
[svn-r25339] Snapshot version 1.9 release 185
Diffstat (limited to 'src')
-rw-r--r--src/H5public.h4
-rw-r--r--src/Makefile.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/H5public.h b/src/H5public.h
index a9271d1..86fae42 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -94,10 +94,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 185 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 186 /* 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.185" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.9.186" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)
diff --git a/src/Makefile.in b/src/Makefile.in
index f8d5f36..29514a2 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -732,7 +732,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 6
-LT_VERS_REVISION = 174
+LT_VERS_REVISION = 176
LT_VERS_AGE = 0
# Our main target, the HDF5 library