diff options
author | Andreas Boll <[email protected]> | 2013-01-30 21:07:54 +0100 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-31 09:01:15 +0100 |
commit | 6ea753b0562c4b59b635ed63abb0bf9fe64d6578 (patch) | |
tree | 01bbf325644b1659645faf837c4fd7a85d165e00 /configure.ac | |
parent | a527b2192e3cb4a68af927ab405e38181d2fcf75 (diff) |
mesa: bump version to 9.2 (devel)
Now that branch 9.1 is created, bump the minor version in
master.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 564ca3ccfb7..cfd52bfcf06 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.0], +AC_INIT([Mesa], [9.2.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa]) AC_CONFIG_AUX_DIR([bin]) AC_CONFIG_MACRO_DIR([m4]) |