diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2016-09-17 02:14:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-17 02:14:27 +0200 |
commit | e36734747739f52df6c9efe012253484ff163de0 (patch) | |
tree | f89b0fd41b3cf86cf7a931cc6c5892cf04405c9d | |
parent | ba1a1791f9fe30d41583d10ff98e469f31b2050f (diff) | |
parent | 7292491471f72c96ba1a82431aa64e92f16d7603 (diff) |
Merge pull request #10474 from xbmc/revert-10349-17.0b3
Revert "bump to 17.0 beta 3"
-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 3334490ab5..daec619531 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.803], [http://trac.kodi.tv]) +AC_INIT([kodi], [16.9.802], [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 cab03c414c..3482a1ce40 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 BETA3 -VERSION_CODE 169803 -ADDON_API 16.9.803 +VERSION_TAG BETA2 +VERSION_CODE 169802 +ADDON_API 16.9.802 # Notes: # Change AC_INIT in configure.ac |