summaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian <[email protected]>2007-11-22 09:36:13 -0700
committerBrian <[email protected]>2007-11-22 09:36:35 -0700
commit823409b7d09cab74db3715de5f1e1685fe0fc70d (patch)
tree4ffbd87579f0f7f0c787fd3180052dea6ada7098 /src/mesa
parentc85d31f4a049193afe2452b4f130671b16fbc32c (diff)
Bump version numbers to 7.0.3 for next release
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 2d3c68bca99..5e2747a0ecd 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -1,6 +1,6 @@
/*
* Mesa 3-D graphics library
- * Version: 7.0.2
+ * Version: 7.0.3
*
* Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
*
@@ -30,8 +30,8 @@
/* Mesa version */
#define MESA_MAJOR 7
#define MESA_MINOR 0
-#define MESA_PATCH 2
-#define MESA_VERSION_STRING "7.0.2"
+#define MESA_PATCH 3
+#define MESA_VERSION_STRING "7.0.3"
/* To make version comparison easy */
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))