Mesa (9.0): mesa: Bump version to 9.0.1

Ian Romanick idr at kemper.freedesktop.org
Thu Nov 8 18:50:28 UTC 2012


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

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Thu Nov  8 10:47:44 2012 -0800

mesa: Bump version to 9.0.1

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>

---

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

diff --git a/Makefile.am b/Makefile.am
index 3caa121..7736492 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,7 +54,7 @@ distclean-local:
 
 # Rules for making release tarballs
 
-PACKAGE_VERSION=9.0
+PACKAGE_VERSION=9.0.1
 PACKAGE_DIR = Mesa-$(PACKAGE_VERSION)
 PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION)
 
diff --git a/configs/default b/configs/default
index 5e4cc56..e5d4705 100644
--- a/configs/default
+++ b/configs/default
@@ -10,7 +10,7 @@ CONFIG_NAME = default
 # Version info
 MESA_MAJOR=9
 MESA_MINOR=0
-MESA_TINY=0
+MESA_TINY=1
 MESA_VERSION = $(MESA_MAJOR).$(MESA_MINOR).$(MESA_TINY)
 
 # external projects.  This should be useless now that we use libdrm.
diff --git a/configure.ac b/configure.ac
index e7a7241..b46f897 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.0.0],
+AC_INIT([Mesa], [9.0.1],
     [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 85701ca..a1cc438 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 0
-#define MESA_PATCH 0
-#define MESA_VERSION_STRING "9.0"
+#define MESA_PATCH 1
+#define MESA_VERSION_STRING "9.0.1"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))




More information about the mesa-commit mailing list