mesa: set version to 7.3
authorBrian Paul <brianp@vmware.com>
Thu, 22 Jan 2009 17:14:04 +0000 (10:14 -0700)
committerAlan Hourihane <alanh@vmware.com>
Thu, 29 Jan 2009 00:59:53 +0000 (00:59 +0000)
Makefile
src/mesa/main/version.h

index c1581a0..bee73e6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -182,10 +182,10 @@ ultrix-gcc:
 
 # Rules for making release tarballs
 
-DIRECTORY = Mesa-7.3-rc3
-LIB_NAME = MesaLib-7.3-rc3
-DEMO_NAME = MesaDemos-7.3-rc3
-GLUT_NAME = MesaGLUT-7.3-rc3
+DIRECTORY = Mesa-7.3
+LIB_NAME = MesaLib-7.3
+DEMO_NAME = MesaDemos-7.3
+GLUT_NAME = MesaGLUT-7.3
 
 MAIN_FILES = \
        $(DIRECTORY)/Makefile*                                          \
index 3d874c8..62cd03f 100644 (file)
@@ -31,7 +31,7 @@
 #define MESA_MAJOR 7
 #define MESA_MINOR 3
 #define MESA_PATCH 0
-#define MESA_VERSION_STRING "7.3-rc3"
+#define MESA_VERSION_STRING "7.3"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))