diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2014-04-09 10:04:06 +0200 |
---|---|---|
committer | Trent Nelson <trent.nelson@pivosgroup.com> | 2014-04-18 17:22:28 -0600 |
commit | 3a77615b0d5e8ecb8323d5494a160c302e46fd0d (patch) | |
tree | 77b56f31e101e096312ec1bab600dacb3814363a /configure.in | |
parent | 482ccd3ca11c89c71f46a5d7b959dc693a8b9dcc (diff) |
[release] version bump to 13.0 rc1
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 8763d151c2..d1e410ab70 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.84], [http://issues.xbmc.org]) +AC_INIT([xbmc], [12.9.91], [http://issues.xbmc.org]) AC_CONFIG_HEADERS([xbmc/config.h]) AH_TOP([#pragma once]) m4_include([m4/ax_prog_cc_for_build.m4]) |