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

mesa: set version string to 7.7-rc1

parent 650e0200
No related branches found
Tags gst-rtsp-server-1.14.1
No related merge requests found
......@@ -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))
......
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