summaryrefslogtreecommitdiff
path: root/xc/extras/Mesa/src/X/xmesa1.c
diff options
context:
space:
mode:
authorbrianp <brianp>2001-05-15 15:20:03 +0000
committerbrianp <brianp>2001-05-15 15:20:03 +0000
commita4009662ea076e989628dcafb6622bc821bfd862 (patch)
tree844738fc717a210cba826902bea326c546fba58a /xc/extras/Mesa/src/X/xmesa1.c
parent5409c120db4cdbb0d4e07c1c01d27a01d3d72b67 (diff)
minor updates for Mesa 3.4.2
Diffstat (limited to 'xc/extras/Mesa/src/X/xmesa1.c')
-rw-r--r--xc/extras/Mesa/src/X/xmesa1.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/xc/extras/Mesa/src/X/xmesa1.c b/xc/extras/Mesa/src/X/xmesa1.c
index 27d035bfd..bf3c7521d 100644
--- a/xc/extras/Mesa/src/X/xmesa1.c
+++ b/xc/extras/Mesa/src/X/xmesa1.c
@@ -1,10 +1,9 @@
-/* $Id: xmesa1.c,v 1.20 2001/04/09 21:55:46 dawes Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.4
+ * Version: 3.4.2
*
- * Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2001 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"),
@@ -2513,7 +2512,7 @@ const char *XMesaGetString( XMesaContext c, int name )
{
(void) c;
if (name==XMESA_VERSION) {
- return "3.4.1";
+ return "3.4.2";
}
else if (name==XMESA_EXTENSIONS) {
return "";