diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-03-06 14:01:11 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-03-06 14:01:11 +0100 |
commit | ad4964265a1d6ddd1b899e7555c8a5dfb61ded24 (patch) | |
tree | 2eced002674f42c2dcf3148b5a82517212f2bb2e | |
parent | 46d1480ec18cc0552fab67dcb20923e362145810 (diff) |
bump to 16.1rc2
-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 746d04410f..55e73b972f 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.0.991], [http://trac.kodi.tv]) +AC_INIT([kodi], [16.0.992], [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 231c60f61e..34d601485f 100644 --- a/version.txt +++ b/version.txt @@ -3,9 +3,9 @@ COMPANY_NAME XBMC-Foundation WEBSITE http://kodi.tv VERSION_MAJOR 16 VERSION_MINOR 1 -VERSION_TAG RC1 -VERSION_CODE 160991 -ADDON_API 16.0.991 +VERSION_TAG RC2 +VERSION_CODE 160992 +ADDON_API 16.0.992 # Notes: # Change AC_INIT in configure.ac |