diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2014-12-03 17:55:08 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2014-12-03 17:55:08 +0100 |
commit | 0f0e52033658e859e0b84fc677b9bc5b6b0b08e5 (patch) | |
tree | 711bb9e6efd84d56d46b046bd12ae3e9679be1c4 /configure.in | |
parent | a3c5a2527bf24eb38420699942a89fad9c463c98 (diff) |
[release] bump to 14.0 rc3
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 35b1645cc1..d7c971da66 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], [13.9.902], [http://issues.kodi.tv]) +AC_INIT([kodi], [13.9.903], [http://issues.kodi.tv]) AC_CONFIG_HEADERS([xbmc/config.h]) AH_TOP([#pragma once]) m4_include([m4/ax_prog_cc_for_build.m4]) |