diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-11-30 17:05:27 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-11-30 17:05:27 +0100 |
commit | 25ab1af6facdafe0d44f775bb7c6658a6e880f61 (patch) | |
tree | 71550736771fb9c2eb837afa2b3d56e7020763bf /configure.in | |
parent | e3a145f36a1aa2c26e46c80e20ed0f482d5b9899 (diff) |
[release] version bump to 13.0 alpha11 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 09f11cd32c..f602df5fa7 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.10], [http://trac.xbmc.org]) +AC_INIT([xbmc], [12.9.11], [http://trac.xbmc.org]) AC_CONFIG_HEADERS([xbmc/config.h]) AH_TOP([#pragma once]) m4_include([m4/ax_prog_cc_for_build.m4]) |