diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-06-30 21:30:24 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-06-30 21:30:24 +0200 |
commit | 3229f6194049a6a8f577cf6fd24de711b1440712 (patch) | |
tree | c03ab3480e16fb228b9945b7247b744ade60aa04 | |
parent | f3ca4eaf9a803f0ae195854f088341b84f9253c9 (diff) |
bump to 17.0 alpha3
-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 45145b3c2e..7a0d3ec31c 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.702], [http://trac.kodi.tv]) +AC_INIT([kodi], [16.9.703], [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 f0449935b9..b06a5d61fb 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 ALPHA2 -VERSION_CODE 169702 -ADDON_API 16.9.702 +VERSION_TAG ALPHA3 +VERSION_CODE 169703 +ADDON_API 16.9.703 # Notes: # Change AC_INIT in configure.ac |