diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2014-12-23 17:40:43 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2014-12-23 18:07:15 +0100 |
commit | 296df7eff44a4cb793271225ec0721f76166ad73 (patch) | |
tree | ae7b87ad2969b255077af248dff1203740f6db8c /configure.in | |
parent | d19dd4461906e2902077c253fd70797435d7fb7b (diff) |
bump to 14.1rc1
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 646287a885..140824d245 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([kodi], [14.0.000], [http://issues.kodi.tv]) +AC_INIT([kodi], [14.0.901], [http://issues.kodi.tv]) AC_CONFIG_HEADERS([xbmc/config.h]) AH_TOP([#pragma once]) m4_include([m4/ax_prog_cc_for_build.m4]) |