Module Name:    xsrc
Committed By:   mrg
Date:           Sun Feb 23 11:09:41 UTC 2020

Modified Files:
        xsrc/external/mit/xorg-server/include: version-config.h

Log Message:
and one more version here too..


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
    xsrc/external/mit/xorg-server/include/version-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/xorg-server/include/version-config.h
diff -u xsrc/external/mit/xorg-server/include/version-config.h:1.9 xsrc/external/mit/xorg-server/include/version-config.h:1.10
--- xsrc/external/mit/xorg-server/include/version-config.h:1.9	Sat Jun  1 06:55:44 2019
+++ xsrc/external/mit/xorg-server/include/version-config.h	Sun Feb 23 11:09:41 2020
@@ -5,13 +5,13 @@
 #define VERSION_CONFIG_H
 
 /* Vendor man version */
-#define VENDOR_MAN_VERSION "Version 1.20.5"
+#define VENDOR_MAN_VERSION "Version 1.20.6"
 
 /* Vendor name */
 /* #define VENDOR_NAME "The X.Org Foundation" */
 
 /* Vendor release */
-#define VENDOR_RELEASE (((1) * 10000000) + ((20) * 100000) + ((5) * 1000) + 0)
+#define VENDOR_RELEASE (((1) * 10000000) + ((20) * 100000) + ((6) * 1000) + 0)
 
 #endif /* VERSION_CONFIG_H */
 

Reply via email to