diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2012-12-01 21:29:54 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2012-12-02 01:07:44 +0100 |
commit | f8e30cbd8d8688113480ea22e0f0c43f0bfe6496 (patch) | |
tree | c4f1790c36890ecc8325c40191614489f3598786 /configure.in | |
parent | d073e255fee4b393e3157e3d5c3d8eeeb461394f (diff) |
[release] bump version to beta2
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 554c9ba154..fd24d0051e 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.0b1], [http://trac.xbmc.org]) +AC_INIT([xbmc], [12.0b2], [http://trac.xbmc.org]) AC_CONFIG_HEADERS([xbmc/config.h]) AH_TOP([#pragma once]) m4_include([m4/ax_python_devel.m4]) |