bump versions to 4.0
authorBrian Paul <brian.paul@tungstengraphics.com>
Sun, 23 Sep 2001 16:06:13 +0000 (16:06 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sun, 23 Sep 2001 16:06:13 +0000 (16:06 +0000)
include/GL/fxmesa.h
include/GL/gl.h
include/GL/glx.h
include/GL/osmesa.h
include/GL/svgamesa.h
include/GL/uglmesa.h
include/GL/xmesa.h

index 329c20bbfc45c202b5b8a840324c215f17e2dd16..60a9b5f99e6f27541cd8cc1b7ba2806ebf84d6de 100644 (file)
@@ -1,8 +1,8 @@
-/* $Id: fxmesa.h,v 1.3 2001/06/20 19:52:11 brianp Exp $ */
+/* $Id: fxmesa.h,v 1.4 2001/09/23 16:06:13 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
- * Version:  3.3
+ * Version:  4.0
  * Copyright (C) 1995-2001  Brian Paul
  *
  * This library is free software; you can redistribute it and/or
@@ -40,8 +40,8 @@ extern "C" {
 #endif
 
 
-#define FXMESA_MAJOR_VERSION 3
-#define FXMESA_MINOR_VERSION 5
+#define FXMESA_MAJOR_VERSION 4
+#define FXMESA_MINOR_VERSION 0
 
 
 /*
index 19a0c313b3c1f8b7123415225129c5ba37d5b05e..f4cc2a80fa1c7588736efd2524e4263f76a7945d 100644 (file)
@@ -1,8 +1,8 @@
-/* $Id: gl.h,v 1.58 2001/08/28 22:49:32 brianp Exp $ */
+/* $Id: gl.h,v 1.59 2001/09/23 16:06:13 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
- * Version:  3.5.1
+ * Version:  4.0
  *
  * Copyright (C) 1999-2001  Brian Paul   All Rights Reserved.
  *
index 9d0b60fceaae3f2b454920091baee7289af3964a..9ec158059086b364da4a179e1d2c226452a1a757 100644 (file)
@@ -1,10 +1,10 @@
-/* $Id: glx.h,v 1.31 2001/09/14 02:43:04 brianp Exp $ */
+/* $Id: glx.h,v 1.32 2001/09/23 16:06:13 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
- * Version:  3.5
+ * Version:  4.0
  * 
- * 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"),
index a002dcdacba7795cbee1f40850b1072156bb94e1..63ce843b6825c3d8c8cf2036429470412048bba2 100644 (file)
@@ -1,8 +1,8 @@
-/* $Id: osmesa.h,v 1.8 2001/08/28 23:12:37 brianp Exp $ */
+/* $Id: osmesa.h,v 1.9 2001/09/23 16:06:13 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
- * Version:  3.5.1
+ * Version:  4.0
  * 
  * Copyright (C) 1999-2001  Brian Paul   All Rights Reserved.
  * 
@@ -62,9 +62,9 @@ extern "C" {
 #include <GL/gl.h>
 
 
-#define OSMESA_MAJOR_VERSION 3
-#define OSMESA_MINOR_VERSION 5
-#define OSMESA_PATCH_VERSION 1
+#define OSMESA_MAJOR_VERSION 4
+#define OSMESA_MINOR_VERSION 0
+#define OSMESA_PATCH_VERSION 0
 
 
 
@@ -96,8 +96,8 @@ extern "C" {
 #define OSMESA_HEIGHT          0x21
 #define OSMESA_FORMAT          0x22
 #define OSMESA_TYPE            0x23
-#define OSMESA_MAX_WIDTH       0x24  /* new in 3.5.1 */
-#define OSMESA_MAX_HEIGHT      0x25  /* new in 3.5.1 */
+#define OSMESA_MAX_WIDTH       0x24  /* new in 4.0 */
+#define OSMESA_MAX_HEIGHT      0x25  /* new in 4.0 */
 
 
 typedef struct osmesa_context *OSMesaContext;
index 40a9951bce5ba77756aae108aff1d1cd0a1f9e7e..775251a05b4890c03e62d357e3e8a1eb85b99326 100644 (file)
@@ -1,8 +1,8 @@
-/* $Id: svgamesa.h,v 1.5 2001/06/20 19:52:11 brianp Exp $ */
+/* $Id: svgamesa.h,v 1.6 2001/09/23 16:06:13 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
- * Version:  3.5
+ * Version:  4.0
  * Copyright (C) 1995-2001  Brian Paul
  *
  * This library is free software; you can redistribute it and/or
@@ -52,8 +52,8 @@
 #define SVGAMESA_H
 
 
-#define SVGAMESA_MAJOR_VERSION 3
-#define SVGAMESA_MINOR_VERSION 5
+#define SVGAMESA_MAJOR_VERSION 4
+#define SVGAMESA_MINOR_VERSION 0
 
 
 #ifdef __cplusplus
index a70a0ae91290e8055ea0ca8e198ab7fd1920156c..7ef5843504e2933a2c73fbee9fbdcb7a4407e51e 100644 (file)
@@ -4,7 +4,7 @@
 
 /*
  * Mesa 3-D graphics library
- * Version:  3.5
+ * Version:  4.0
  *
  * The MIT License
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -38,7 +38,7 @@
 extern "C" {
 #endif
 
-#define UGL_MESA_MAJOR_VERSION 1
+#define UGL_MESA_MAJOR_VERSION 4
 #define UGL_MESA_MINOR_VERSION 0
 
 #include <GL/gl.h>
index b5aa6034734412d818327d58c987cdf7b67c5fbd..7e32d0cde8d515b2d8f8ba6767d6acd3f9bfe31c 100644 (file)
@@ -1,8 +1,8 @@
-/* $Id: xmesa.h,v 1.11 2001/06/20 19:52:11 brianp Exp $ */
+/* $Id: xmesa.h,v 1.12 2001/09/23 16:06:13 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
- * Version:  3.5
+ * Version:  4.0
  * 
  * Copyright (C) 1999-2001  Brian Paul   All Rights Reserved.
  * 
@@ -89,8 +89,8 @@ extern struct Library *XLibBase;
 #endif
 
 
-#define XMESA_MAJOR_VERSION 3
-#define XMESA_MINOR_VERSION 5
+#define XMESA_MAJOR_VERSION 4
+#define XMESA_MINOR_VERSION 0