Source-Changes-HG archive

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

[src/trunk]: src/share/mk bump XORG_SERVER_TEENY.



details:   https://anonhg.NetBSD.org/src/rev/a1c93e9a121e
branches:  trunk
changeset: 374085:a1c93e9a121e
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Mar 30 23:05:12 2023 +0000

description:
bump XORG_SERVER_TEENY.

diffstat:

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

diffs (18 lines):

diff -r 523aa54954f4 -r a1c93e9a121e share/mk/bsd.x11.mk
--- a/share/mk/bsd.x11.mk       Thu Mar 30 17:48:10 2023 +0000
+++ b/share/mk/bsd.x11.mk       Thu Mar 30 23:05:12 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.x11.mk,v 1.149 2023/02/07 04:46:00 mrg Exp $
+#      $NetBSD: bsd.x11.mk,v 1.150 2023/03/30 23:05:12 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=     7
+XORG_SERVER_TEENY=     8
 XORG_VERSION_CURRENT="((10000000) + ((${XORG_SERVER_MAJOR}) * 100000) + ((${XORG_SERVER_MINOR}) * 1000) + ${XORG_SERVER_TEENY})"
 .endif
 



Home | Main Index | Thread Index | Old Index