mesa: set version string to 7.8.1
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 5 Apr 2010 16:49:08 +0000 (09:49 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 5 Apr 2010 16:49:08 +0000 (09:49 -0700)
Makefile
src/mesa/main/version.h

index 6e641341120638ecef8f92843334a21f9771f8c0..c81a2ec2d9e26df03abc095f3f0268724583f8d4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -180,7 +180,7 @@ ultrix-gcc:
 
 # Rules for making release tarballs
 
-VERSION=7.8
+VERSION=7.8.1
 DIRECTORY = Mesa-$(VERSION)
 LIB_NAME = MesaLib-$(VERSION)
 DEMO_NAME = MesaDemos-$(VERSION)
index 2e1d70c461a836c1147826511c218bf76da9fc48..cd760beba44caaf03906039ab605565dc67c17b1 100644 (file)
@@ -34,8 +34,8 @@
 /* Mesa version */
 #define MESA_MAJOR 7
 #define MESA_MINOR 8
-#define MESA_PATCH 0
-#define MESA_VERSION_STRING "7.8"
+#define MESA_PATCH 1
+#define MESA_VERSION_STRING "7.8.1"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))