diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2009-12-21 18:25:30 -0800 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2009-12-21 18:25:30 -0800 |
commit | 75ad099d3cecc64fe04477ca84bf58b7720edf28 (patch) | |
tree | d618473e0004e5ebd26e4c2714f15bb9f6e33a4d | |
parent | 982acbddab536ab16b340243d2034abfb30dfe59 (diff) | |
download | mesa-75ad099d3cecc64fe04477ca84bf58b7720edf28.tar.gz |
mesa: set version string to 7.6.1mesa_7_6
-rw-r--r-- | src/mesa/main/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h index e2a98cad3b6..84f0dbc96d6 100644 --- a/src/mesa/main/version.h +++ b/src/mesa/main/version.h @@ -32,7 +32,7 @@ #define MESA_MAJOR 7 #define MESA_MINOR 6 #define MESA_PATCH 1 -#define MESA_VERSION_STRING "7.6.1-rc4" +#define MESA_VERSION_STRING "7.6.1" /* To make version comparison easy */ #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) |