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.



details:   https://anonhg.NetBSD.org/src/rev/f2bc5298155c
branches:  trunk
changeset: 373398:f2bc5298155c
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Feb 07 04:46:00 2023 +0000

description:
bump xorg-server version.

diffstat:

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

diffs (18 lines):

diff -r bb4c8280aa3c -r f2bc5298155c share/mk/bsd.x11.mk
--- a/share/mk/bsd.x11.mk       Tue Feb 07 01:46:37 2023 +0000
+++ b/share/mk/bsd.x11.mk       Tue Feb 07 04:46:00 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.x11.mk,v 1.148 2023/01/08 00:25:44 mrg Exp $
+#      $NetBSD: bsd.x11.mk,v 1.149 2023/02/07 04:46:00 mrg Exp $
 
 .include <bsd.init.mk>
 
@@ -134,7 +134,7 @@
 .else
 XORG_SERVER_MAJOR=     21
 XORG_SERVER_MINOR=     1
-XORG_SERVER_TEENY=     6
+XORG_SERVER_TEENY=     7
 XORG_VERSION_CURRENT="((10000000) + ((${XORG_SERVER_MAJOR}) * 100000) + ((${XORG_SERVER_MINOR}) * 1000) + ${XORG_SERVER_TEENY})"
 .endif
 



Home | Main Index | Thread Index | Old Index