summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndreas Boll <[email protected]>2012-09-07 23:49:01 +0200
committerKenneth Graunke <[email protected]>2012-09-09 03:00:17 -0700
commite81ee67b51651e99e7e8e52c1ccafc66835d57cd (patch)
tree0216857199c2c2a52663e958b9060fef98eeb919 /configure.ac
parent10a96f4a4d3d3166fa6907d4b302e01ece5ccd7e (diff)
mesa: bump version to 9.1 (devel)
Now that branch 9.0 is created, bump the minor version in master. Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e2904b5d09c..e00bb001404 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.1.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa])
AC_CONFIG_AUX_DIR([bin])
AC_CANONICAL_HOST