mesa: set version string to 7.7-rc1

This commit is contained in:
Ian Romanick
2009-11-30 17:56:07 -08:00
parent 650e02003f
commit f17dbe256b

View File

@@ -32,7 +32,7 @@
#define MESA_MAJOR 7
#define MESA_MINOR 7
#define MESA_PATCH 0
#define MESA_VERSION_STRING "7.7-devel"
#define MESA_VERSION_STRING "7.7-rc1"
/* To make version comparison easy */
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))