From 8b77dc7e808f61f1ed10fe05cf898bb47459a76d Mon Sep 17 00:00:00 2001 From: Ben Byer Date: Wed, 5 Sep 2007 14:48:38 -0700 Subject: [PATCH] XDARWIN: build breakage fix --- hw/darwin/darwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/darwin/darwin.c b/hw/darwin/darwin.c index 7b4836805..4e3495409 100644 --- a/hw/darwin/darwin.c +++ b/hw/darwin/darwin.c @@ -156,7 +156,7 @@ DarwinPrintBanner() #endif ErrorF("\nRelease Date: %s\n", XF86_DATE); ErrorF("X Protocol Version %d, Revision %d, %s\n", - X_PROTOCOL, X_PROTOCOL_REVISION, XORG_RELEASE ); + X_PROTOCOL, X_PROTOCOL_REVISION, XORG_VERSION_CURRENT ); ErrorF("Build Operating System: %s %s\n", OSNAME, OSVENDOR); #ifdef HAS_UTSNAME {