diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2017-05-24 16:58:57 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2017-05-24 16:58:57 +0200 |
commit | 923d881a8078377b7065d08d768823dfdb18ac97 (patch) | |
tree | 464d422c28f7f8da4287e093c37d031fd6960776 | |
parent | 4f53fb5bf524ce6a0c226677bbb052aa7d10a35b (diff) |
[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 |