diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2014-03-02 18:23:39 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2014-03-03 21:23:37 +0100 |
commit | 8929a3db1ccaaa77f911f2319bdc7080ce208567 (patch) | |
tree | 30890a7cd3895a525dd01bfd0c7a8dc11fc3c9f2 /configure.in | |
parent | b1d9c64cc2dacc4e54ebe43af0a2cb64835931fc (diff) |
[release] version bump to 14.0 alpha1
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 7390167cdd..1cd6b2e67a 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.12], [http://issues.xbmc.org]) +AC_INIT([xbmc], [13.9.1], [http://issues.xbmc.org]) AC_CONFIG_HEADERS([xbmc/config.h]) AH_TOP([#pragma once]) m4_include([m4/ax_prog_cc_for_build.m4]) |