diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-10-23 15:26:38 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-10-23 15:26:38 +0200 |
commit | 345ca4d85e937455013dcd1f2f91a5df1eb5e56a (patch) | |
tree | 3321c53e52cf206dc9584d3d18c45e822a219c32 /configure.in | |
parent | 598171dc16c0e658eadca5d1151c41eef47ac9c2 (diff) |
[release] version bump to 13.0 alpha10 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 9c05933e03..ac4e33679a 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.9], [http://trac.xbmc.org]) +AC_INIT([xbmc], [12.9.10], [http://trac.xbmc.org]) AC_CONFIG_HEADERS([xbmc/config.h]) AH_TOP([#pragma once]) m4_include([m4/ax_prog_cc_for_build.m4]) |