diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2016-11-30 22:15:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-30 22:15:53 +0100 |
commit | 8c8763af3a3514dfb4438a85c9f450050a935d9c (patch) | |
tree | b502c769ae0e1f22e259ce407431cca0c8289500 /configure.ac | |
parent | 654f1b7b5b641691259f36cac6d1cdc6e16d9d16 (diff) | |
parent | 02793b90cc3de882241036e184e6eb2c320029f9 (diff) |
Merge pull request #11016 from MartijnKaijser/17b7
bump to v17.0 beta 7
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 34fe643a27..9b8b889265 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.806], [http://trac.kodi.tv]) +AC_INIT([kodi], [16.9.807], [http://trac.kodi.tv]) AC_CONFIG_HEADERS([xbmc/config.h]) AH_TOP([#pragma once]) m4_include([m4/ax_prog_cc_for_build.m4]) |