diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-03-28 17:38:39 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-03-28 17:38:39 +0100 |
commit | 59c78015de032a699ac5d17f0b74e4017fc52b54 (patch) | |
tree | e78422dd12814dd792f70dfee06a1881bca2337b /configure.in | |
parent | 5ac7d588eac133ae7120eb1cddf1326974aeec98 (diff) |
[release] version bump to 13.0 alpha3 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 db1d01207e..f0e49051ed 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.2], [http://trac.xbmc.org]) +AC_INIT([xbmc], [12.9.3], [http://trac.xbmc.org]) AC_CONFIG_HEADERS([xbmc/config.h]) AH_TOP([#pragma once]) m4_include([m4/ax_python_devel.m4]) |