diff options
author | Alan Hourihane <alanh@tungstengraphics.com> | 2004-02-04 21:12:21 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@tungstengraphics.com> | 2004-02-04 21:12:21 +0000 |
commit | 52755b8c9df76cc508fc09d75e74d321ca903d04 (patch) | |
tree | 418035fd25cf110666d5f185121e51aaa4a748cb | |
parent | dc02a9658c56e6fa72d5372244921e4c4d6490d2 (diff) |
knock the Mesa version back down to v6.0 and mark as (enhanced)
-rw-r--r-- | src/mesa/main/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h index 52251ccb1f..85fb29ce02 100644 --- a/src/mesa/main/version.h +++ b/src/mesa/main/version.h @@ -29,9 +29,9 @@ /* Mesa version */ #define MESA_MAJOR 6 -#define MESA_MINOR 1 +#define MESA_MINOR 0 #define MESA_PATCH 0 -#define MESA_VERSION_STRING "6.1" +#define MESA_VERSION_STRING "6.0 (enhanced)" /* To make version comparison easy */ #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) |