diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2012-12-18 19:04:38 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2012-12-19 17:34:06 +0100 |
commit | a5d9c8ee3d385f925335f75bd08dc15e8320ccb9 (patch) | |
tree | 4155a50bc085416207c802daeb19bb23fcf96c18 /configure.in | |
parent | 6a5a6fa8a87f11029b715014dccff778b687c7b8 (diff) |
[release] bump version to 12.0 RC2
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 4db7fdef20..7fb5134b10 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.0rc1], [http://trac.xbmc.org]) +AC_INIT([xbmc], [12.0rc2], [http://trac.xbmc.org]) AC_CONFIG_HEADERS([xbmc/config.h]) AH_TOP([#pragma once]) m4_include([m4/ax_python_devel.m4]) |