diff options
author | davilla <davilla@xbmc.org> | 2013-03-07 09:23:21 -0800 |
---|---|---|
committer | davilla <davilla@xbmc.org> | 2013-03-07 09:23:21 -0800 |
commit | ffd8c60450d0d8cf3de05b04c88842afaf8917bb (patch) | |
tree | 03347f12187b1d9b0e531cbeb4c9bc7c4c3140ba /configure.in | |
parent | 5b5ecc118706feec436b55a24dc20543ec142a58 (diff) | |
parent | 3bc058871d1a6995843cc6c6aeb2c2de5af4a818 (diff) |
Merge pull request #2243 from MartijnKaijser/13.0alpha2_bump
[release] version bump to 13.0 alpha2 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 0b205728eb..aeb0365784 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.1], [http://trac.xbmc.org]) +AC_INIT([xbmc], [12.9.2], [http://trac.xbmc.org]) AC_CONFIG_HEADERS([xbmc/config.h]) AH_TOP([#pragma once]) m4_include([m4/ax_python_devel.m4]) |