Module Name: xsrc
Committed By: mrg
Date: Thu Jul 23 01:06:17 UTC 2015
Modified Files:
xsrc/external/mit/libxcb/include: config.h
Log Message:
update for libxcb 1.11.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 xsrc/external/mit/libxcb/include/config.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/libxcb/include/config.h
diff -u xsrc/external/mit/libxcb/include/config.h:1.5 xsrc/external/mit/libxcb/include/config.h:1.6
--- xsrc/external/mit/libxcb/include/config.h:1.5 Mon Mar 17 03:08:52 2014
+++ xsrc/external/mit/libxcb/include/config.h Thu Jul 23 01:06:17 2015
@@ -69,13 +69,13 @@
#define PACKAGE "libxcb"
/* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT "[email protected]"
+#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xcb"
/* Define to the full name of this package. */
#define PACKAGE_NAME "libxcb"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libxcb 1.10"
+#define PACKAGE_STRING "libxcb 1.11"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "libxcb"
@@ -84,7 +84,16 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.10"
+#define PACKAGE_VERSION "1.11"
+
+/* Major version of this package */
+#define PACKAGE_VERSION_MAJOR 1
+
+/* Minor version of this package */
+#define PACKAGE_VERSION_MINOR 11
+
+/* Patch version of this package */
+#define PACKAGE_VERSION_PATCHLEVEL 0
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
@@ -115,7 +124,7 @@
/* Version number of package */
-#define VERSION "1.10"
+#define VERSION "1.11"
/* XCB buffer queue size */
#define XCB_QUEUE_BUFFER_SIZE 16384