Mesa (9.1): Bump version to 9.1.7

Carl Worth cworth at kemper.freedesktop.org
Sat Oct 5 04:45:41 UTC 2013


Module: Mesa
Branch: 9.1
Commit: b91b957208a16d4b30d436f5a2a4664bb530b54f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b91b957208a16d4b30d436f5a2a4664bb530b54f

Author: Carl Worth <cworth at cworth.org>
Date:   Fri Oct  4 20:56:52 2013 -0700

Bump version to 9.1.7

Even remembering to fix MESA_PATCH this time, (which I had missed in the bump
to 9.1.6).

---

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

diff --git a/Makefile.am b/Makefile.am
index fba8556..5ac892a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,7 @@ check-local:
 
 # Rules for making release tarballs
 
-PACKAGE_VERSION=9.1.6
+PACKAGE_VERSION=9.1.7
 PACKAGE_DIR = Mesa-$(PACKAGE_VERSION)
 PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION)
 
diff --git a/configure.ac b/configure.ac
index 550ee05..06bd302 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ dnl Tell the user about autoconf.html in the --help output
 m4_divert_once([HELP_END], [
 See docs/autoconf.html for more details on the options for Mesa.])
 
-AC_INIT([Mesa], [9.1.6],
+AC_INIT([Mesa], [9.1.7],
     [https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa])
 AC_CONFIG_AUX_DIR([bin])
 AC_CONFIG_MACRO_DIR([m4])
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index 27eb76d..c6d3f23 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -34,8 +34,8 @@ struct gl_context;
 /* Mesa version */
 #define MESA_MAJOR 9
 #define MESA_MINOR 1
-#define MESA_PATCH 6
-#define MESA_VERSION_STRING "9.1.6"
+#define MESA_PATCH 7
+#define MESA_VERSION_STRING "9.1.7"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))




More information about the mesa-commit mailing list