mesa: set version string to 7.7

This commit is contained in:
Ian Romanick 2009-12-21 18:28:32 -08:00
parent 164b583852
commit 7e210b9337

View file

@ -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))