summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHDF Tester <hdftest@hdfgroup.org>2012-06-10 13:53:06 (GMT)
committerHDF Tester <hdftest@hdfgroup.org>2012-06-10 13:53:06 (GMT)
commitd1b7eede73dd9968042b3e8e1bbabe8949d670ed (patch)
treec8f800fd7ffa825d8ff89e195d83918e21b3b076 /src
parentdde94c349e8653028631f92ed06c40772c7876cc (diff)
downloadhdf5-d1b7eede73dd9968042b3e8e1bbabe8949d670ed.zip
hdf5-d1b7eede73dd9968042b3e8e1bbabe8949d670ed.tar.gz
hdf5-d1b7eede73dd9968042b3e8e1bbabe8949d670ed.tar.bz2
[svn-r22448] Snapshot version 1.9 release 121
Diffstat (limited to 'src')
-rw-r--r--src/H5config.h.in2
-rw-r--r--src/H5public.h4
-rw-r--r--src/Makefile.in2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index a8668b8..6176b33 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -406,7 +406,7 @@
#undef HAVE_WINDOW_PATH
/* Define to 1 if you have the <winsock2.h> header file. */
-#undef HAVE_WINSOCK_H
+#undef HAVE_WINSOCK2_H
/* Define to 1 if you have the <zlib.h> header file. */
#undef HAVE_ZLIB_H
diff --git a/src/H5public.h b/src/H5public.h
index 5bb1b1e..7d834de 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 121 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 122 /* 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.121" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.9.122" /* 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 76ff24a..c06f8d8 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -484,7 +484,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 = 111
+LT_VERS_REVISION = 112
LT_VERS_AGE = 0
H5detect_CFLAGS = -g $(AM_CFLAGS)