diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2017-05-24 22:46:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-24 22:46:39 +0200 |
commit | b8484d47f606d6ee2c6b7a0068edcbaa42d3227b (patch) | |
tree | a06b03ffe27b883b0e571dc9a32d39f44ee25099 | |
parent | dcd68cf10940e30e20765008c932d0af8f474990 (diff) | |
parent | 923d881a8078377b7065d08d768823dfdb18ac97 (diff) |
Merge pull request #12153 from MartijnKaijser/v17.3
[release] bump to final v17.3 due to packaging issues
-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 cbaefbe0a6..973277ff0f 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.2.0], [http://trac.kodi.tv]) +AC_INIT([kodi], [17.3.0], [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 97816f6a36..cfa7238216 100644 --- a/version.txt +++ b/version.txt @@ -2,10 +2,10 @@ APP_NAME Kodi COMPANY_NAME XBMC-Foundation WEBSITE http://kodi.tv VERSION_MAJOR 17 -VERSION_MINOR 2 +VERSION_MINOR 3 VERSION_TAG -VERSION_CODE 172000 -ADDON_API 17.2.0 +VERSION_CODE 173000 +ADDON_API 17.3.0 # Notes: # Change AC_INIT in configure.ac |