Module Name: src
Committed By: mrg
Date: Wed Feb 26 01:18:19 UTC 2025
Modified Files:
src/share/mk: bsd.x11.mk
Log Message:
note xorg-srever 21.1.16 in current.
To generate a diff of this commit:
cvs rdiff -u -r1.159 -r1.160 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.159 src/share/mk/bsd.x11.mk:1.160
--- src/share/mk/bsd.x11.mk:1.159 Wed Oct 30 21:17:32 2024
+++ src/share/mk/bsd.x11.mk Wed Feb 26 01:18:19 2025
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.x11.mk,v 1.159 2024/10/30 21:17:32 mrg Exp $
+# $NetBSD: bsd.x11.mk,v 1.160 2025/02/26 01:18:19 mrg Exp $
.include <bsd.init.mk>
@@ -133,7 +133,7 @@ XORG_VERSION_CURRENT="(((${XORG_SERVER_M
.else
XORG_SERVER_MAJOR= 21
XORG_SERVER_MINOR= 1
-XORG_SERVER_TEENY= 14
+XORG_SERVER_TEENY= 16
XORG_VERSION_CURRENT="((10000000) + ((${XORG_SERVER_MAJOR}) * 100000) + ((${XORG_SERVER_MINOR}) * 1000) + ${XORG_SERVER_TEENY})"
.endif