From 439c3d4e313370823d49b53f031697cc8b18d171 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 9 Mar 2013 00:25:45 -0800 Subject: mesa: Replace MESA_VERSION with PACKAGE_VERSION. One fewer place to have to update. Reviewed-by: Eric Anholt --- src/mesa/drivers/x11/fakeglx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/drivers/x11/fakeglx.c') diff --git a/src/mesa/drivers/x11/fakeglx.c b/src/mesa/drivers/x11/fakeglx.c index 2208d5e7f77..1909b08d5e7 100644 --- a/src/mesa/drivers/x11/fakeglx.c +++ b/src/mesa/drivers/x11/fakeglx.c @@ -63,7 +63,7 @@ #define SERVER_MINOR_VERSION 4 /* This is appended onto the glXGetClient/ServerString version strings. */ -#define MESA_GLX_VERSION "Mesa " MESA_VERSION_STRING +#define MESA_GLX_VERSION "Mesa " PACKAGE_VERSION /* Who implemented this GLX? */ #define VENDOR "Brian Paul" -- cgit v1.2.3