diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2014-04-28 09:52:26 +0200 |
---|---|---|
committer | Jonathan Marshall <jmarshall@xbmc.org> | 2014-05-03 11:55:14 +1200 |
commit | 60bd97bdd8d662807076e9838ad7632b8c92d4fa (patch) | |
tree | 9230a4864fe51bfacfa52c835c422dc6c449caf3 /configure.in | |
parent | 1d087a96b14372535440080bbe56f9605484b6b0 (diff) |
version bump to 13.0 final
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 d1e410ab70..d8d06df226 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.91], [http://issues.xbmc.org]) +AC_INIT([xbmc], [13.0.0], [http://issues.xbmc.org]) AC_CONFIG_HEADERS([xbmc/config.h]) AH_TOP([#pragma once]) m4_include([m4/ax_prog_cc_for_build.m4]) |