diff --git a/Makefile b/Makefile
index dcc60f6b8c0..4a0654e87ad 100644
--- a/Makefile
+++ b/Makefile
@@ -166,10 +166,10 @@ ultrix-gcc:
# Rules for making release tarballs
-DIRECTORY = Mesa-7.0.3
-LIB_NAME = MesaLib-7.0.3
-DEMO_NAME = MesaDemos-7.0.3
-GLUT_NAME = MesaGLUT-7.0.3
+DIRECTORY = Mesa-7.0.3-rc1
+LIB_NAME = MesaLib-7.0.3-rc1
+DEMO_NAME = MesaDemos-7.0.3-rc1
+GLUT_NAME = MesaGLUT-7.0.3-rc1
MAIN_FILES = \
$(DIRECTORY)/Makefile* \
diff --git a/docs/relnotes-7.0.3.html b/docs/relnotes-7.0.3.html
index 76c0efe5577..52b54efad29 100644
--- a/docs/relnotes-7.0.3.html
+++ b/docs/relnotes-7.0.3.html
@@ -8,7 +8,7 @@
-Mesa 7.0.3 Release Notes / (TBD) 2007
+Mesa 7.0.3 Release Notes / January TBD, 2007
Mesa 7.0.3 is a stable release with bug fixes since version 7.0.2.
@@ -20,10 +20,6 @@ Mesa 7.0.3 is a stable release with bug fixes since version 7.0.2.
-
New features
-
-
Bug fixes
- Added missing glw.pc.in file to release tarball
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index 5e2747a0ecd..e8e7d90ba88 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -2,7 +2,7 @@
* Mesa 3-D graphics library
* Version: 7.0.3
*
- * Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2008 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -31,7 +31,7 @@
#define MESA_MAJOR 7
#define MESA_MINOR 0
#define MESA_PATCH 3
-#define MESA_VERSION_STRING "7.0.3"
+#define MESA_VERSION_STRING "7.0.3-rc1"
/* To make version comparison easy */
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))