diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2009-12-21 18:28:32 -0800 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2009-12-21 18:28:32 -0800 |
commit | 7e210b93376ab6fef63995c48d7b1766c4335ad8 (patch) | |
tree | f26ecd892388d498619200fe16476da543e9c2c8 /src/mesa/main/version.h | |
parent | 164b5838521bc7ab4af83bb6de8c8711ff40901c (diff) |
mesa: set version string to 7.7
Diffstat (limited to 'src/mesa/main/version.h')
-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 4f92353533..9c758ce3b9 100644 --- a/src/mesa/main/version.h +++ b/src/mesa/main/version.h @@ -32,7 +32,7 @@ #define MESA_MAJOR 7 #define MESA_MINOR 7 #define MESA_PATCH 0 -#define MESA_VERSION_STRING "7.7-rc3" +#define MESA_VERSION_STRING "7.7" /* To make version comparison easy */ #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) |