Mesa (mesa_7_4_branch): mesa: bump version to 7.4.3

Brian Paul brianp at kemper.freedesktop.org
Fri May 22 13:14:02 UTC 2009


Module: Mesa
Branch: mesa_7_4_branch
Commit: 85cf1675d4c99da450389b6147b441710b559f46
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=85cf1675d4c99da450389b6147b441710b559f46

Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 07:13:30 2009 -0600

mesa: bump version to 7.4.3

---

 src/mesa/main/version.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index 9da81ee..29b39e3 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))




More information about the mesa-commit mailing list