mesa/st: bump the gallium version number
authorKeith Whitwell <keithw@vmware.com>
Tue, 12 Jan 2010 16:19:29 +0000 (16:19 +0000)
committerKeith Whitwell <keithw@vmware.com>
Wed, 3 Feb 2010 10:36:55 +0000 (10:36 +0000)
This is a very informal version number, but there have been enough
changes that a bump is appropriate at this time.

src/mesa/state_tracker/st_cb_strings.c

index f22c5369e43236079931aa8717d176f0a6a2c68e..5bdd1956f126bb6912964b2e737440718ab46045 100644 (file)
@@ -38,7 +38,7 @@
 #include "st_context.h"
 #include "st_cb_strings.h"
 
-#define ST_VERSION_STRING "0.3"
+#define ST_VERSION_STRING "0.4"
 
 static const GLubyte *
 st_get_string(GLcontext * ctx, GLenum name)