Module Name:    src
Committed By:   mrg
Date:           Sun Jul 24 01:40:40 UTC 2011

Modified Files:
        src/share/mk: bsd.x11.mk

Log Message:
update to xorg-server 1.9.5


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 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.99 src/share/mk/bsd.x11.mk:1.100
--- src/share/mk/bsd.x11.mk:1.99	Sun Jul 24 00:33:38 2011
+++ src/share/mk/bsd.x11.mk	Sun Jul 24 01:40:40 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.x11.mk,v 1.99 2011/07/24 00:33:38 mrg Exp $
+#	$NetBSD: bsd.x11.mk,v 1.100 2011/07/24 01:40:40 mrg Exp $
 
 .include <bsd.init.mk>
 
@@ -136,7 +136,7 @@
 			-DXLOCALELIBDIR=\"${X11LIBDIR}/locale\"
 
 # XXX oh yeah, fix me later
-XORG_VERSION_CURRENT="(((1) * 10000000) + ((9) * 100000) + ((2) * 1000) + 0)"
+XORG_VERSION_CURRENT="(((1) * 10000000) + ((9) * 100000) + ((5) * 1000) + 0)"
 .endif
 
 PRINT_PACKAGE_VERSION=	awk '/^PACKAGE_VERSION=/ {			\

Reply via email to