summaryrefslogtreecommitdiff
path: root/include/GL
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-06-20 19:52:11 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-06-20 19:52:11 +0000
commit9e5e5e35a0081211e3e108984bf18d7f4f31f7ea (patch)
treedc59a6123982f409b49a7081e519d629a954a700 /include/GL
parent4d99e5b2e765b24135218f23077b8d912adee07d (diff)
bumped version numbers
Diffstat (limited to 'include/GL')
-rw-r--r--include/GL/fxmesa.h6
-rw-r--r--include/GL/svgamesa.h8
-rw-r--r--include/GL/xmesa.h6
3 files changed, 10 insertions, 10 deletions
diff --git a/include/GL/fxmesa.h b/include/GL/fxmesa.h
index be1bb7570e4..329c20bbfc4 100644
--- a/include/GL/fxmesa.h
+++ b/include/GL/fxmesa.h
@@ -1,9 +1,9 @@
-/* $Id: fxmesa.h,v 1.2 1999/11/24 18:44:53 brianp Exp $ */
+/* $Id: fxmesa.h,v 1.3 2001/06/20 19:52:11 brianp Exp $ */
/*
* Mesa 3-D graphics library
* Version: 3.3
- * Copyright (C) 1995-1999 Brian Paul
+ * Copyright (C) 1995-2001 Brian Paul
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -41,7 +41,7 @@ extern "C" {
#define FXMESA_MAJOR_VERSION 3
-#define FXMESA_MINOR_VERSION 3
+#define FXMESA_MINOR_VERSION 5
/*
diff --git a/include/GL/svgamesa.h b/include/GL/svgamesa.h
index 5084a2133d6..40a9951bce5 100644
--- a/include/GL/svgamesa.h
+++ b/include/GL/svgamesa.h
@@ -1,9 +1,9 @@
-/* $Id: svgamesa.h,v 1.4 2000/02/09 19:03:28 brianp Exp $ */
+/* $Id: svgamesa.h,v 1.5 2001/06/20 19:52:11 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.3
- * Copyright (C) 1995-2000 Brian Paul
+ * Version: 3.5
+ * Copyright (C) 1995-2001 Brian Paul
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -53,7 +53,7 @@
#define SVGAMESA_MAJOR_VERSION 3
-#define SVGAMESA_MINOR_VERSION 3
+#define SVGAMESA_MINOR_VERSION 5
#ifdef __cplusplus
diff --git a/include/GL/xmesa.h b/include/GL/xmesa.h
index 52e8db279e5..b5aa6034734 100644
--- a/include/GL/xmesa.h
+++ b/include/GL/xmesa.h
@@ -1,10 +1,10 @@
-/* $Id: xmesa.h,v 1.10 2001/01/24 00:07:01 brianp Exp $ */
+/* $Id: xmesa.h,v 1.11 2001/06/20 19:52:11 brianp Exp $ */
/*
* Mesa 3-D graphics library
* Version: 3.5
*
- * 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"),
@@ -90,7 +90,7 @@ extern struct Library *XLibBase;
#define XMESA_MAJOR_VERSION 3
-#define XMESA_MINOR_VERSION 3
+#define XMESA_MINOR_VERSION 5