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 version here.



details:   https://anonhg.NetBSD.org/src/rev/2a72939843af
branches:  trunk
changeset: 372955:2a72939843af
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jan 08 00:25:44 2023 +0000

description:
bump xorg-server version here.

diffstat:

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

diffs (18 lines):

diff -r b99ef69aebc5 -r 2a72939843af share/mk/bsd.x11.mk
--- a/share/mk/bsd.x11.mk       Sat Jan 07 19:41:29 2023 +0000
+++ b/share/mk/bsd.x11.mk       Sun Jan 08 00:25:44 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.x11.mk,v 1.147 2022/12/21 20:09:35 mrg Exp $
+#      $NetBSD: bsd.x11.mk,v 1.148 2023/01/08 00:25:44 mrg Exp $
 
 .include <bsd.init.mk>
 
@@ -134,7 +134,7 @@
 .else
 XORG_SERVER_MAJOR=     21
 XORG_SERVER_MINOR=     1
-XORG_SERVER_TEENY=     5
+XORG_SERVER_TEENY=     6
 XORG_VERSION_CURRENT="((10000000) + ((${XORG_SERVER_MAJOR}) * 100000) + ((${XORG_SERVER_MINOR}) * 1000) + ${XORG_SERVER_TEENY})"
 .endif
 



Home | Main Index | Thread Index | Old Index