mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
mesa: set version string to 7.7
This commit is contained in:
parent
164b583852
commit
7e210b9337
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue