From 262f9e52d6a511fffd1e6746de9d83d89cca9e1a Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 27 Jan 2000 16:45:50 +0000 Subject: [PATCH] updated version string to Mesa 3.3 --- src/mesa/drivers/x11/fakeglx.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mesa/drivers/x11/fakeglx.c b/src/mesa/drivers/x11/fakeglx.c index 89a181d..fad572f 100644 --- a/src/mesa/drivers/x11/fakeglx.c +++ b/src/mesa/drivers/x11/fakeglx.c @@ -1,10 +1,10 @@ -/* $Id: fakeglx.c,v 1.20 1999/12/11 09:20:53 brianp Exp $ */ +/* $Id: fakeglx.c,v 1.21 2000/01/27 16:45:50 brianp Exp $ */ /* * Mesa 3-D graphics library * Version: 3.3 * - * Copyright (C) 1999 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2000 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -63,7 +63,7 @@ #define SERVER_MINOR_VERSION 3 /* This is appended onto the glXGetClient/ServerString version strings. */ -#define MESA_GLX_VERSION "Mesa 3.1" +#define MESA_GLX_VERSION "Mesa 3.3" /* Who implemented this GLX? */ #define VENDOR "Brian Paul" -- 2.7.4