Skip to content
Snippets Groups Projects
Commit 7e210b93 authored by Ian Romanick's avatar Ian Romanick
Browse files

mesa: set version string to 7.7

parent 164b5838
No related branches found
Tags gst-devtools-1.7.90
Loading
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment