From: Brian Paul Date: Sun, 23 Sep 2001 16:06:13 +0000 (+0000) Subject: bump versions to 4.0 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=78a03d3c455fec1ce5c26edec6016a6806d437b8;p=mesa.git bump versions to 4.0 --- diff --git a/include/GL/fxmesa.h b/include/GL/fxmesa.h index 329c20bbfc4..60a9b5f99e6 100644 --- a/include/GL/fxmesa.h +++ b/include/GL/fxmesa.h @@ -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 /* diff --git a/include/GL/gl.h b/include/GL/gl.h index 19a0c313b3c..f4cc2a80fa1 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -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. * diff --git a/include/GL/glx.h b/include/GL/glx.h index 9d0b60fceaa..9ec15805908 100644 --- a/include/GL/glx.h +++ b/include/GL/glx.h @@ -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"), diff --git a/include/GL/osmesa.h b/include/GL/osmesa.h index a002dcdacba..63ce843b682 100644 --- a/include/GL/osmesa.h +++ b/include/GL/osmesa.h @@ -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 -#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; diff --git a/include/GL/svgamesa.h b/include/GL/svgamesa.h index 40a9951bce5..775251a05b4 100644 --- a/include/GL/svgamesa.h +++ b/include/GL/svgamesa.h @@ -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 diff --git a/include/GL/uglmesa.h b/include/GL/uglmesa.h index a70a0ae9129..7ef5843504e 100644 --- a/include/GL/uglmesa.h +++ b/include/GL/uglmesa.h @@ -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 diff --git a/include/GL/xmesa.h b/include/GL/xmesa.h index b5aa6034734..7e32d0cde8d 100644 --- a/include/GL/xmesa.h +++ b/include/GL/xmesa.h @@ -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