diff options
author | Daniel Borca <[email protected]> | 2004-10-12 06:43:57 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-10-12 06:43:57 +0000 |
commit | 65a9ca33816773f4edcd1c88bf7bf139eb440f4c (patch) | |
tree | f2a5f5628308a253d4bf2bdb3d2056f8d57855df /include/GL | |
parent | f5e7629685e30c6c5e6c7bb3bb8ebc330f91e053 (diff) |
bump version numbers to their real values
Diffstat (limited to 'include/GL')
-rw-r--r-- | include/GL/dmesa.h | 2 | ||||
-rw-r--r-- | include/GL/fxmesa.h | 4 | ||||
-rw-r--r-- | include/GL/xmesa.h | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/include/GL/dmesa.h b/include/GL/dmesa.h index c7207bd8b6e..795853bceb5 100644 --- a/include/GL/dmesa.h +++ b/include/GL/dmesa.h @@ -35,7 +35,7 @@ #define DMESA_H_included #define DMESA_MAJOR_VERSION 6 -#define DMESA_MINOR_VERSION 1 +#define DMESA_MINOR_VERSION 3 /* Sample Usage: * diff --git a/include/GL/fxmesa.h b/include/GL/fxmesa.h index 057e6bd017e..f8e9661f9cc 100644 --- a/include/GL/fxmesa.h +++ b/include/GL/fxmesa.h @@ -38,8 +38,8 @@ extern "C" { #endif -#define FXMESA_MAJOR_VERSION 5 -#define FXMESA_MINOR_VERSION 0 +#define FXMESA_MAJOR_VERSION 6 +#define FXMESA_MINOR_VERSION 3 /* diff --git a/include/GL/xmesa.h b/include/GL/xmesa.h index 2b7f3675431..ab813b23baa 100644 --- a/include/GL/xmesa.h +++ b/include/GL/xmesa.h @@ -87,8 +87,8 @@ extern struct Library *XLibBase; #endif -#define XMESA_MAJOR_VERSION 4 -#define XMESA_MINOR_VERSION 1 +#define XMESA_MAJOR_VERSION 6 +#define XMESA_MINOR_VERSION 3 |