From 2c5f93784ea1ba28ae15181917ff3e47656a93ad Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 27 May 2003 21:24:40 +0000 Subject: Version defines. include "version.h" in a few files. --- src/mesa/drivers/x11/fakeglx.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (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 59f2ab04b9..84a5f5c84c 100644 --- a/src/mesa/drivers/x11/fakeglx.c +++ b/src/mesa/drivers/x11/fakeglx.c @@ -1,5 +1,3 @@ -/* $Id: fakeglx.c,v 1.82 2003/04/01 17:28:10 brianp Exp $ */ - /* * Mesa 3-D graphics library * Version: 5.1 @@ -50,6 +48,7 @@ #include "macros.h" #include "imports.h" #include "mtypes.h" +#include "version.h" #include "xfonts.h" #include "xmesaP.h" @@ -65,7 +64,7 @@ #define SERVER_MINOR_VERSION 4 /* This is appended onto the glXGetClient/ServerString version strings. */ -#define MESA_GLX_VERSION "Mesa 5.1" +#define MESA_GLX_VERSION "Mesa " MESA_VERSION_STRING /* Who implemented this GLX? */ #define VENDOR "Brian Paul" -- cgit v1.2.3