Module Name: src
Committed By: mrg
Date: Tue Feb 7 04:46:00 UTC 2023
Modified Files:
src/share/mk: bsd.x11.mk
Log Message:
bump xorg-server version.
To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 src/share/mk/bsd.x11.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.x11.mk
diff -u src/share/mk/bsd.x11.mk:1.148 src/share/mk/bsd.x11.mk:1.149
--- src/share/mk/bsd.x11.mk:1.148 Sun Jan 8 00:25:44 2023
+++ src/share/mk/bsd.x11.mk Tue Feb 7 04:46:00 2023
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.x11.mk,v 1.148 2023/01/08 00:25:44 mrg Exp $
+# $NetBSD: bsd.x11.mk,v 1.149 2023/02/07 04:46:00 mrg Exp $
.include <bsd.init.mk>
@@ -134,7 +134,7 @@ XORG_VERSION_CURRENT="(((${XORG_SERVER_M
.else
XORG_SERVER_MAJOR= 21
XORG_SERVER_MINOR= 1
-XORG_SERVER_TEENY= 6
+XORG_SERVER_TEENY= 7
XORG_VERSION_CURRENT="((10000000) + ((${XORG_SERVER_MAJOR}) * 100000) + ((${XORG_SERVER_MINOR}) * 1000) + ${XORG_SERVER_TEENY})"
.endif