summaryrefslogtreecommitdiffstats
path: root/windows/src/H5pubconf.h
diff options
context:
space:
mode:
authorJacob Gruber <gruber1@hdfgroup.org>2012-06-25 18:53:08 (GMT)
committerJacob Gruber <gruber1@hdfgroup.org>2012-06-25 18:53:08 (GMT)
commitcba54019b637427cd3bcaca6d3fb1a22c4c69890 (patch)
tree62a70c2332dbe6c4cfabda914dc628c45b3d4a3a /windows/src/H5pubconf.h
parent6321d6f37b9e6cfa8691d6d1f65dc96a098edb18 (diff)
parent02a0bd53e89c79508899ef28bfb7f038a1612aa7 (diff)
downloadhdf5-cba54019b637427cd3bcaca6d3fb1a22c4c69890.zip
hdf5-cba54019b637427cd3bcaca6d3fb1a22c4c69890.tar.gz
hdf5-cba54019b637427cd3bcaca6d3fb1a22c4c69890.tar.bz2
[svn-r22489] Merged with revision 22488. Fixed a typo.
Diffstat (limited to 'windows/src/H5pubconf.h')
-rw-r--r--windows/src/H5pubconf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h
index ade2790..a1d3308 100644
--- a/windows/src/H5pubconf.h
+++ b/windows/src/H5pubconf.h
@@ -443,7 +443,7 @@
#define H5_HAVE_WINDOW_PATH 1
/* Define to 1 if you have the <winsock.h> header file. */
-#define H5_HAVE_WINSOCK_H 1
+#define H5_HAVE_WINSOCK2_H 1
/* Define to 1 if you have the <zlib.h> header file. */
#define H5_HAVE_ZLIB_H 1
@@ -527,7 +527,7 @@
#define H5_PACKAGE_NAME "HDF5"
/* Define to the full name and version of this package. */
-#define H5_PACKAGE_STRING "HDF5 1.9.112"
+#define H5_PACKAGE_STRING "HDF5 1.9.123"
/* Define to the one symbol short name of this package. */
#define H5_PACKAGE_TARNAME "hdf5"
@@ -536,7 +536,7 @@
#define H5_PACKAGE_URL ""
/* Define to the version of this package. */
-#define H5_PACKAGE_VERSION "1.9.112"
+#define H5_PACKAGE_VERSION "1.9.123"
/* Width for printf() for type `long long' or `__int64', use `ll' */
#define H5_PRINTF_LL_WIDTH "I64"
@@ -707,7 +707,7 @@
/* #undef H5_USING_MEMCHECKER */
/* Version number of package */
-#define H5_VERSION "1.9.112"
+#define H5_VERSION "1.9.123"
/* Define if vsnprintf() returns the correct value for formatted strings that
don't fit into size allowed */