diff options
author | Brian Paul <[email protected]> | 1999-11-24 18:39:17 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 1999-11-24 18:39:17 +0000 |
commit | c73eedbe969da1df4cf7716f6fbc3fffade030b8 (patch) | |
tree | 6c315a8d720d3056eff38c39ab62bfe8a5b3b3bb /include | |
parent | 8c54c4d9f7869c510b7ba6d55ee2ee6db827cdb6 (diff) |
bumped version to 3.1
Diffstat (limited to 'include')
-rw-r--r-- | include/GL/osmesa.h | 11 | ||||
-rw-r--r-- | include/GL/svgamesa.h | 13 | ||||
-rw-r--r-- | include/GL/xmesa.h | 11 |
3 files changed, 22 insertions, 13 deletions
diff --git a/include/GL/osmesa.h b/include/GL/osmesa.h index 11423a8e3d0..0bfae33efe7 100644 --- a/include/GL/osmesa.h +++ b/include/GL/osmesa.h @@ -1,4 +1,4 @@ -/* $Id: osmesa.h,v 1.1 1999/08/19 00:55:40 jtg Exp $ */ +/* $Id: osmesa.h,v 1.1.1.1.2.1 1999/11/24 18:39:17 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -27,8 +27,11 @@ /* * $Log: osmesa.h,v $ - * Revision 1.1 1999/08/19 00:55:40 jtg - * Initial revision + * Revision 1.1.1.1.2.1 1999/11/24 18:39:17 brianp + * bumped version to 3.1 + * + * Revision 1.1.1.1 1999/08/19 00:55:40 jtg + * Imported sources * * Revision 1.4 1999/02/14 03:39:09 brianp * new copyright @@ -86,7 +89,7 @@ extern "C" { #define OSMESA_MAJOR_VERSION 3 -#define OSMESA_MINOR_VERSION 0 +#define OSMESA_MINOR_VERSION 1 diff --git a/include/GL/svgamesa.h b/include/GL/svgamesa.h index 9625a5b59ab..0c29d747182 100644 --- a/include/GL/svgamesa.h +++ b/include/GL/svgamesa.h @@ -1,8 +1,8 @@ -/* $Id: svgamesa.h,v 1.1 1999/08/19 00:55:40 jtg Exp $ */ +/* $Id: svgamesa.h,v 1.1.1.1.2.1 1999/11/24 18:40:45 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.0 + * Version: 3.1 * Copyright (C) 1995-1998 Brian Paul * * This library is free software; you can redistribute it and/or @@ -23,8 +23,11 @@ /* * $Log: svgamesa.h,v $ - * Revision 1.1 1999/08/19 00:55:40 jtg - * Initial revision + * Revision 1.1.1.1.2.1 1999/11/24 18:40:45 brianp + * bumped version to 3.1 + * + * Revision 1.1.1.1 1999/08/19 00:55:40 jtg + * Imported sources * * Revision 3.0 1998/02/20 05:07:24 brianp * initial rev @@ -65,7 +68,7 @@ #define SVGAMESA_MAJOR_VERSION 3 -#define SVGAMESA_MINOR_VERSION 0 +#define SVGAMESA_MINOR_VERSION 1 #ifdef __cplusplus diff --git a/include/GL/xmesa.h b/include/GL/xmesa.h index b25a2ace7e8..bbedf91677f 100644 --- a/include/GL/xmesa.h +++ b/include/GL/xmesa.h @@ -1,4 +1,4 @@ -/* $Id: xmesa.h,v 1.1 1999/08/19 00:55:40 jtg Exp $ */ +/* $Id: xmesa.h,v 1.1.1.1.2.1 1999/11/24 18:41:37 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -27,8 +27,11 @@ /* * $Log: xmesa.h,v $ - * Revision 1.1 1999/08/19 00:55:40 jtg - * Initial revision + * Revision 1.1.1.1.2.1 1999/11/24 18:41:37 brianp + * bumped version to 3.1 + * + * Revision 1.1.1.1 1999/08/19 00:55:40 jtg + * Imported sources * * Revision 1.3 1999/02/24 22:43:27 jens * Name changes to get XMesa to compile standalone inside XFree86 @@ -106,7 +109,7 @@ extern struct Library *XLibBase; #define XMESA_MAJOR_VERSION 3 -#define XMESA_MINOR_VERSION 0 +#define XMESA_MINOR_VERSION 1 |