diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-12-30 22:13:33 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-12-30 22:13:33 +0100 |
commit | 73a66d7bbc0f592c08daa8c86a71d65a583491cf (patch) | |
tree | 58cf7a23dd724ba8b71038afad6a447d455576f7 /configure.in | |
parent | 6ba4d942272f4b8dc8d23647eba5e178d2002de5 (diff) |
[release] version bump to 13.0 alpha12
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 f277cacf9d..2cd2c8efa4 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.11], [http://trac.xbmc.org]) +AC_INIT([xbmc], [12.9.12], [http://issues.xbmc.org]) AC_CONFIG_HEADERS([xbmc/config.h]) AH_TOP([#pragma once]) m4_include([m4/ax_prog_cc_for_build.m4]) |