diff options
author | Brian Paul <[email protected]> | 2001-09-23 16:06:13 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-09-23 16:06:13 +0000 |
commit | 78a03d3c455fec1ce5c26edec6016a6806d437b8 (patch) | |
tree | 38f2f18e0143764de89f1c764440597ee6a8fac0 /include/GL/xmesa.h | |
parent | 497d6eab6603699d57d6a742a7940557c430afae (diff) |
bump versions to 4.0
Diffstat (limited to 'include/GL/xmesa.h')
-rw-r--r-- | include/GL/xmesa.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 |