Mesa (7.8): mesa: bump version to 7.8.3

Brian Paul brianp at kemper.freedesktop.org
Tue Aug 24 14:31:55 UTC 2010


Module: Mesa
Branch: 7.8
Commit: 793a12143394f01d0209743492b04da41c11e8dd
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=793a12143394f01d0209743492b04da41c11e8dd

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Aug 24 08:16:37 2010 -0600

mesa: bump version to 7.8.3

---

 Makefile                |    2 +-
 src/mesa/main/version.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index e9c7970..63fdf87 100644
--- a/Makefile
+++ b/Makefile
@@ -180,7 +180,7 @@ ultrix-gcc:
 
 # Rules for making release tarballs
 
-VERSION=7.8.2
+VERSION=7.8.3
 DIRECTORY = Mesa-$(VERSION)
 LIB_NAME = MesaLib-$(VERSION)
 DEMO_NAME = MesaDemos-$(VERSION)
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index 9955be2..af4e69f 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -34,8 +34,8 @@
 /* Mesa version */
 #define MESA_MAJOR 7
 #define MESA_MINOR 8
-#define MESA_PATCH 2
-#define MESA_VERSION_STRING "7.8.2"
+#define MESA_PATCH 3
+#define MESA_VERSION_STRING "7.8.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