diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-12-30 13:49:58 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-12-30 13:49:58 +0100 |
commit | 96ed04dfe216cdf8fe2ac3de2460406a7db796f6 (patch) | |
tree | f1e56c88b7eaac900b2d5d13cef4f828c1de8282 | |
parent | 1296ce347c2d1d2eda9c86d4d0903c88e264f2c4 (diff) |
bump to 17.0 rc3
-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 d2186cbda5..7a10705809 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], [16.9.902], [http://trac.kodi.tv]) +AC_INIT([kodi], [16.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 43c46730e9..12205dc943 100644 --- a/version.txt +++ b/version.txt @@ -3,9 +3,9 @@ COMPANY_NAME XBMC-Foundation WEBSITE http://kodi.tv VERSION_MAJOR 17 VERSION_MINOR 0 -VERSION_TAG RC2 -VERSION_CODE 169902 -ADDON_API 16.9.902 +VERSION_TAG RC3 +VERSION_CODE 169903 +ADDON_API 16.9.903 # Notes: # Change AC_INIT in configure.ac |