summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-05-17 09:07:25 -0600
committerBrian <brian@yutani.localnet.net>2007-05-17 09:07:25 -0600
commit28683ac7c01a97162399b03af30c6c1fc1b13453 (patch)
treed16d8bb19f5eb7dbd05f199c3460cf660cf0be7e /src/mesa
parentc72e3e210f89fc45ea34cfb1d06af131be486d77 (diff)
version 7.0, not 7.1
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/main/version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index 9229077f42c..afc0bc2ec91 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -1,6 +1,6 @@
/*
* Mesa 3-D graphics library
- * Version: 7.1
+ * Version: 7.0
*
* Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
*
@@ -29,9 +29,9 @@
/* Mesa version */
#define MESA_MAJOR 7
-#define MESA_MINOR 1
+#define MESA_MINOR 0
#define MESA_PATCH 0
-#define MESA_VERSION_STRING "7.1"
+#define MESA_VERSION_STRING "7.0"
/* To make version comparison easy */
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))