Sun Mar 11 09:59:14 2018 UTC ()
merge xprop 1.2.3


(mrg)
diff -r1.5 -r1.6 xsrc/external/mit/xprop/include/config.h

cvs diff -r1.5 -r1.6 xsrc/external/mit/xprop/include/config.h (expand / switch to unified diff)

--- xsrc/external/mit/xprop/include/config.h 2014/03/17 10:03:19 1.5
+++ xsrc/external/mit/xprop/include/config.h 2018/03/11 09:59:14 1.6
@@ -37,38 +37,38 @@ @@ -37,38 +37,38 @@
37/* Define to 1 if you have the <wctype.h> header file. */ 37/* Define to 1 if you have the <wctype.h> header file. */
38#define HAVE_WCTYPE_H 1 38#define HAVE_WCTYPE_H 1
39 39
40/* Name of package */ 40/* Name of package */
41#define PACKAGE "xprop" 41#define PACKAGE "xprop"
42 42
43/* Define to the address where bug reports for this package should be sent. */ 43/* Define to the address where bug reports for this package should be sent. */
44#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" 44#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
45 45
46/* Define to the full name of this package. */ 46/* Define to the full name of this package. */
47#define PACKAGE_NAME "xprop" 47#define PACKAGE_NAME "xprop"
48 48
49/* Define to the full name and version of this package. */ 49/* Define to the full name and version of this package. */
50#define PACKAGE_STRING "xprop 1.2.2" 50#define PACKAGE_STRING "xprop 1.2.3"
51 51
52/* Define to the one symbol short name of this package. */ 52/* Define to the one symbol short name of this package. */
53#define PACKAGE_TARNAME "xprop" 53#define PACKAGE_TARNAME "xprop"
54 54
55/* Define to the home page for this package. */ 55/* Define to the home page for this package. */
56#define PACKAGE_URL "" 56#define PACKAGE_URL ""
57 57
58/* Define to the version of this package. */ 58/* Define to the version of this package. */
59#define PACKAGE_VERSION "1.2.2" 59#define PACKAGE_VERSION "1.2.3"
60 60
61/* Major version of this package */ 61/* Major version of this package */
62#define PACKAGE_VERSION_MAJOR 1 62#define PACKAGE_VERSION_MAJOR 1
63 63
64/* Minor version of this package */ 64/* Minor version of this package */
65#define PACKAGE_VERSION_MINOR 2 65#define PACKAGE_VERSION_MINOR 2
66 66
67/* Patch version of this package */ 67/* Patch version of this package */
68#define PACKAGE_VERSION_PATCHLEVEL 2 68#define PACKAGE_VERSION_PATCHLEVEL 3
69 69
70/* Define to 1 if you have the ANSI C header files. */ 70/* Define to 1 if you have the ANSI C header files. */
71#define STDC_HEADERS 1 71#define STDC_HEADERS 1
72 72
73/* Version number of package */ 73/* Version number of package */
74#define VERSION "1.2.2" 74#define VERSION "1.2.3"