summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2009-11-30 17:55:21 -0800
committerIan Romanick <ian.d.romanick@intel.com>2009-11-30 17:55:21 -0800
commit910aaed4daad319b584b68ae2468432c8f6bac21 (patch)
treedfed5e01e2f67fd174ba26a78bbae19749b0f9e3
parent587a52e95bbe96788e8b96b63f091bb3022fc048 (diff)
mesa: set version string to 7.6.1-rc2mesa_7_6_1_rc2
-rw-r--r--src/mesa/main/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index 3e9143979a9..e2fed570809 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -32,7 +32,7 @@
#define MESA_MAJOR 7
#define MESA_MINOR 6
#define MESA_PATCH 1
-#define MESA_VERSION_STRING "7.6.1-rc1"
+#define MESA_VERSION_STRING "7.6.1-rc2"
/* To make version comparison easy */
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))