mesa: set version to 7.5-rc1
authorBrian Paul <brianp@vmware.com>
Fri, 8 May 2009 21:04:12 +0000 (15:04 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 8 May 2009 21:04:12 +0000 (15:04 -0600)
Makefile
src/mesa/main/version.h

index a77825e8f9acd6bb28b8fbb550aca57caae6cd6c..4282b78f4973ba095d9c20132f82364bf8f801d1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -181,7 +181,7 @@ ultrix-gcc:
 
 # Rules for making release tarballs
 
-VERSION=7.5-devel
+VERSION=7.5-rc1
 DIRECTORY = Mesa-$(VERSION)
 LIB_NAME = MesaLib-$(VERSION)
 DEMO_NAME = MesaDemos-$(VERSION)
index ba027465d4853f472607a5dff4891a86884bc527..072037bbd7f8a44e347e7c2d8e2014625311e0f3 100644 (file)
@@ -31,7 +31,7 @@
 #define MESA_MAJOR 7
 #define MESA_MINOR 5
 #define MESA_PATCH 0
-#define MESA_VERSION_STRING "7.5"
+#define MESA_VERSION_STRING "7.5-rc1"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))