bump versions to 4.0

This commit is contained in:
Brian Paul 2001-09-23 16:06:13 +00:00
parent 497d6eab66
commit 78a03d3c45
7 changed files with 26 additions and 26 deletions

View 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
/*

View 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.
*

View 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"),

View 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;

View 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

View 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>

View 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