diff options
author | Martijn Kaijser <machine.sanctum@gmail.com> | 2013-08-31 15:03:14 -0700 |
---|---|---|
committer | Martijn Kaijser <machine.sanctum@gmail.com> | 2013-08-31 15:03:14 -0700 |
commit | 15eaf821bfb7317ab455db464490a6d58d8323f7 (patch) | |
tree | c75eb2ce2ec874fbd05df540c090b688df7846cd /configure.in | |
parent | 2da9c97deaa0cbc3bfbbd9e8b0cf1d9dce48e63a (diff) | |
parent | d2b6456e09bf0ff74ecbac73a49d3fec72cacb17 (diff) |
Merge pull request #3143 from MartijnKaijser/alpha8
[release] version bump to 13.0 alpha8 as we start new merge window.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 86dc876d9c..a6153ad6a9 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([xbmc], [12.9.7], [http://trac.xbmc.org]) +AC_INIT([xbmc], [12.9.8], [http://trac.xbmc.org]) AC_CONFIG_HEADERS([xbmc/config.h]) AH_TOP([#pragma once]) m4_include([m4/ax_python_devel.m4]) |