mesa: remove -devel suffix from version
authorBrian Paul <brianp@vmware.com>
Fri, 1 May 2009 15:19:59 +0000 (09:19 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 1 May 2009 15:19:59 +0000 (09:19 -0600)
src/mesa/main/version.h

index f5bf6e2..ba02746 100644 (file)
@@ -31,7 +31,7 @@
 #define MESA_MAJOR 7
 #define MESA_MINOR 5
 #define MESA_PATCH 0
-#define MESA_VERSION_STRING "7.5-devel"
+#define MESA_VERSION_STRING "7.5"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))