Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-10]: src/share/mk Pull up following revision(s) (requested by mrg...



details:   https://anonhg.NetBSD.org/src/rev/c49d34edff66
branches:  netbsd-10
changeset: 372715:c49d34edff66
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Dec 21 19:52:42 2022 +0000

description:
Pull up following revision(s) (requested by mrg in ticket #16):

        share/mk/bsd.x11.mk: revision 1.146

bump xorg-server version.

diffstat:

 share/mk/bsd.x11.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 24a39938450f -r c49d34edff66 share/mk/bsd.x11.mk
--- a/share/mk/bsd.x11.mk       Wed Dec 21 09:39:45 2022 +0000
+++ b/share/mk/bsd.x11.mk       Wed Dec 21 19:52:42 2022 +0000
@@ -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 @@
 .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
 



Home | Main Index | Thread Index | Old Index