Mesa (7.8): mesa: set version string to 7.8.2

Ian Romanick idr at kemper.freedesktop.org
Thu Jun 17 18:19:06 UTC 2010


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

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Wed Jun 16 14:29:46 2010 -0700

mesa: set version string to 7.8.2

---

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

diff --git a/Makefile b/Makefile
index c81a2ec..84d0038 100644
--- a/Makefile
+++ b/Makefile
@@ -180,7 +180,7 @@ ultrix-gcc:
 
 # Rules for making release tarballs
 
-VERSION=7.8.1
+VERSION=7.8.2
 DIRECTORY = Mesa-$(VERSION)
 LIB_NAME = MesaLib-$(VERSION)
 DEMO_NAME = MesaDemos-$(VERSION)
diff --git a/configs/default b/configs/default
index fbd795f..f12bec8 100644
--- a/configs/default
+++ b/configs/default
@@ -10,7 +10,7 @@ CONFIG_NAME = default
 # Version info
 MESA_MAJOR=7
 MESA_MINOR=8
-MESA_TINY=1
+MESA_TINY=2
 MESA_VERSION = $(MESA_MAJOR).$(MESA_MINOR).$(MESA_TINY)
 
 # external projects.  This should be useless now that we use libdrm.
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index cd760be..9955be2 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 1
-#define MESA_VERSION_STRING "7.8.1"
+#define MESA_PATCH 2
+#define MESA_VERSION_STRING "7.8.2"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))




More information about the mesa-commit mailing list