summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-05-22 07:13:30 -0600
committerBrian Paul <brianp@vmware.com>2009-06-17 11:30:03 -0600
commit392d21b9e587fb597bfa239e8846877ec2289b7b (patch)
tree4a05abb1c29736fcaee0a24931f08739e4e2da26
parente913821b1460db79e85d97819f5cbbce4a86bb3d (diff)
mesa: bump version to 7.4.3
-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 9da81ee20e..29b39e3688 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -1,6 +1,6 @@
/*
* Mesa 3-D graphics library
- * Version: 7.4.2
+ * Version: 7.4.3
*
* Copyright (C) 1999-2008 Brian Paul All Rights Reserved.
* Copyright (C) 2009 VMware, Inc. All Rights Reserved.
@@ -31,8 +31,8 @@
/* Mesa version */
#define MESA_MAJOR 7
#define MESA_MINOR 4
-#define MESA_PATCH 2
-#define MESA_VERSION_STRING "7.4.2"
+#define MESA_PATCH 3
+#define MESA_VERSION_STRING "7.4.3"
/* To make version comparison easy */
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))