diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2016-01-31 10:35:18 +0100 |
---|---|---|
committer | Martijn Kaijser <martijn@xbmc.org> | 2016-01-31 10:35:18 +0100 |
commit | f681f385ba1761f52c0adb66c7792687c277ecf7 (patch) | |
tree | 9077ce782e02f317652b503f07a93104fc7bfe5a | |
parent | 46175d68592c962ec3a67af484a6d127d672affe (diff) | |
parent | 939d298a8bff9697bdd7ab987ba6fccfbd3a73d7 (diff) |
Merge pull request #8999 from MartijnKaijser/rc3
bump to 16.0rc3
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | version.txt | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 38189bf690..95f285b862 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([kodi], [15.9.902], [http://trac.kodi.tv]) +AC_INIT([kodi], [15.9.903], [http://trac.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 254da445ed..afbab59c7d 100644 --- a/version.txt +++ b/version.txt @@ -3,9 +3,9 @@ COMPANY_NAME XBMC-Foundation WEBSITE http://kodi.tv VERSION_MAJOR 16 VERSION_MINOR 0 -VERSION_TAG RC2 -VERSION_CODE 159902 -ADDON_API 15.9.902 +VERSION_TAG RC3 +VERSION_CODE 159903 +ADDON_API 15.9.903 # Notes: # Change AC_INIT in configure.ac |