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 | |
parent | a3c5a2527bf24eb38420699942a89fad9c463c98 (diff) |
[release] bump to 14.0 rc3
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | version.txt | 6 |
2 files changed, 4 insertions, 4 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]) diff --git a/version.txt b/version.txt index 15e789ce1c..d9a78c3280 100644 --- a/version.txt +++ b/version.txt @@ -3,9 +3,9 @@ COMPANY_NAME XBMC-Foundation WEBSITE http://kodi.tv VERSION_MAJOR 14 VERSION_MINOR 0 -VERSION_TAG RC2 -VERSION_CODE 139902 -ADDON_API 13.9.902 +VERSION_TAG RC3 +VERSION_CODE 139903 +ADDON_API 13.9.903 # Notes: # Change AC_INIT in configure.in |