diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2017-05-28 11:27:15 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2017-05-28 11:27:15 +0200 |
commit | f33bfcc3fc3981838ba563be7345c971c5e27a8f (patch) | |
tree | 03f5236cb4acf0bbbb2446ed21b77f9d6a64b3c1 | |
parent | 147cec4077415c93d3d84fb82cb6b695b5a9094c (diff) |
bump to v17.4rc
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | version.txt | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 973277ff0f..5bfd1ea739 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.3.0], [http://trac.kodi.tv]) +AC_INIT([kodi], [17.4.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 cfa7238216..0c5de66950 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 3 -VERSION_TAG -VERSION_CODE 173000 -ADDON_API 17.3.0 +VERSION_MINOR 4 +VERSION_TAG RC1 +VERSION_CODE 174000 +ADDON_API 17.4.0 # Notes: # Change AC_INIT in configure.ac |