Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[xsrc/trunk]: xsrc/external/mit/xdpyinfo/include update for new xdpyinfo



details:   https://anonhg.NetBSD.org/xsrc/rev/394f5e3f01fe
branches:  trunk
changeset: 7538:394f5e3f01fe
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Jun 19 07:32:08 2023 +0000

description:
update for new xdpyinfo

diffstat:

 external/mit/xdpyinfo/include/config.h |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r cf2a0f978000 -r 394f5e3f01fe external/mit/xdpyinfo/include/config.h
--- a/external/mit/xdpyinfo/include/config.h    Mon Jun 19 07:31:03 2023 +0000
+++ b/external/mit/xdpyinfo/include/config.h    Mon Jun 19 07:32:08 2023 +0000
@@ -95,7 +95,7 @@
 #define PACKAGE_NAME "xdpyinfo"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xdpyinfo 1.3.3"
+#define PACKAGE_STRING "xdpyinfo 1.3.4"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xdpyinfo"
@@ -104,7 +104,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.3.3"
+#define PACKAGE_VERSION "1.3.4"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 1
@@ -113,7 +113,7 @@
 #define PACKAGE_VERSION_MINOR 3
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 3
+#define PACKAGE_VERSION_PATCHLEVEL 4
 
 /* Define to 1 if all of the C90 standard headers exist (not just the ones
    required in a freestanding environment). This macro is provided for
@@ -121,4 +121,4 @@
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "1.3.3"
+#define VERSION "1.3.4"



Home | Main Index | Thread Index | Old Index