Module Name: src
Committed By: martin
Date: Wed Dec 21 19:52:42 UTC 2022
Modified Files:
src/share/mk [netbsd-10]: bsd.x11.mk
Log Message:
Pull up following revision(s) (requested by mrg in ticket #16):
share/mk/bsd.x11.mk: revision 1.146
bump xorg-server version.
To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.145.2.1 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.145 src/share/mk/bsd.x11.mk:1.145.2.1
--- src/share/mk/bsd.x11.mk:1.145 Fri Jul 15 09:11:02 2022
+++ src/share/mk/bsd.x11.mk Wed Dec 21 19:52:42 2022
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.x11.mk,v 1.145 2022/07/15 09:11:02 mrg Exp $
+# $NetBSD: bsd.x11.mk,v 1.145.2.1 2022/12/21 19:52:42 martin 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= 4
+XORG_SERVER_TEENY= 5
XORG_VERSION_CURRENT="((10000000) + ((${XORG_SERVER_MAJOR}) * 100000) + ((${XORG_SERVER_MINOR}) * 1000) + ${XORG_SERVER_TEENY})"
.endif