updated version to 3.5

This commit is contained in:
Brian Paul 2000-08-08 16:20:32 +00:00
parent d4f6695a3e
commit 963946d3d7

View file

@ -1,8 +1,8 @@
/* $Id: fakeglx.c,v 1.35 2000/08/02 20:35:09 brianp Exp $ */
/* $Id: fakeglx.c,v 1.36 2000/08/08 16:20:32 brianp Exp $ */
/*
* Mesa 3-D graphics library
* Version: 3.3
* Version: 3.5
*
* Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
*
@ -65,7 +65,7 @@
#define SERVER_MINOR_VERSION 3
/* This is appended onto the glXGetClient/ServerString version strings. */
#define MESA_GLX_VERSION "Mesa 3.3"
#define MESA_GLX_VERSION "Mesa 3.5"
/* Who implemented this GLX? */
#define VENDOR "Brian Paul"