diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2017-02-23 18:11:32 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2017-02-23 18:11:32 +0100 |
commit | c01b6d259f4c88b67c2242716c803c5666640c52 (patch) | |
tree | 0d8c18bda638e99141cab4c59390d3fbe3592f45 | |
parent | 1a808201ba2faeb678ed9335c291645db745e2bf (diff) |
bump to 17.1 rc2
-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 078cfee281..a37c8c5d2d 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], [17.0.901], [http://trac.kodi.tv]) +AC_INIT([kodi], [17.0.902], [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 393755bdb1..bb5c98120d 100644 --- a/version.txt +++ b/version.txt @@ -3,9 +3,9 @@ COMPANY_NAME XBMC-Foundation WEBSITE http://kodi.tv VERSION_MAJOR 17 VERSION_MINOR 1 -VERSION_TAG RC1 -VERSION_CODE 170901 -ADDON_API 17.0.901 +VERSION_TAG RC2 +VERSION_CODE 170902 +ADDON_API 17.0.902 # Notes: # Change AC_INIT in configure.ac |