mesa: set version string to 7.8-rc2
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 23 Mar 2010 01:09:15 +0000 (18:09 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 23 Mar 2010 01:09:15 +0000 (18:09 -0700)
Makefile
src/mesa/main/version.h

index 68b5adffbe9996b0da1c9c456984bd67a923eafc..733d57b782db0ca295adc0640bfd4af59eef2390 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -180,7 +180,7 @@ ultrix-gcc:
 
 # Rules for making release tarballs
 
-VERSION=7.8-rc1
+VERSION=7.8-rc2
 DIRECTORY = Mesa-$(VERSION)
 LIB_NAME = MesaLib-$(VERSION)
 DEMO_NAME = MesaDemos-$(VERSION)
index 7ed1e1a32a43dc723d405b769ad027c3a1c78bec..23d74ee2c977a77ce4a43b085df09f0b91d99efd 100644 (file)
@@ -35,7 +35,7 @@
 #define MESA_MAJOR 7
 #define MESA_MINOR 8
 #define MESA_PATCH 0
-#define MESA_VERSION_STRING "7.8-rc1"
+#define MESA_VERSION_STRING "7.8-rc2"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))