Module Name: src Committed By: mrg Date: Wed Oct 30 21:17:32 UTC 2024
Modified Files: src/share/mk: bsd.x11.mk Log Message: update for xorg-server 21.1.14 To generate a diff of this commit: cvs rdiff -u -r1.158 -r1.159 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.158 src/share/mk/bsd.x11.mk:1.159 --- src/share/mk/bsd.x11.mk:1.158 Thu Jul 4 21:48:19 2024 +++ src/share/mk/bsd.x11.mk Wed Oct 30 21:17:32 2024 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.x11.mk,v 1.158 2024/07/04 21:48:19 mrg Exp $ +# $NetBSD: bsd.x11.mk,v 1.159 2024/10/30 21:17:32 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= 13 +XORG_SERVER_TEENY= 14 XORG_VERSION_CURRENT="((10000000) + ((${XORG_SERVER_MAJOR}) * 100000) + ((${XORG_SERVER_MINOR}) * 1000) + ${XORG_SERVER_TEENY})" .endif