mesa: bump version to 7.3-rc3
authorBrian Paul <brianp@vmware.com>
Tue, 20 Jan 2009 16:13:41 +0000 (09:13 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 20 Jan 2009 16:13:41 +0000 (09:13 -0700)
Makefile
src/mesa/main/version.h

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