diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2016-09-17 01:58:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-17 01:58:10 +0200 |
commit | ba1a1791f9fe30d41583d10ff98e469f31b2050f (patch) | |
tree | 726450f473736a5c07742c6f2b3f430a64832ff5 /configure.ac | |
parent | 20ae66d1b8bd5b0c50d8f55c8555a9eacc4956c9 (diff) | |
parent | cac561247550dd4d2f6442a9eef40069aa45ca09 (diff) |
Merge pull request #10349 from MartijnKaijser/17.0b3
bump to 17.0 beta 3
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 daec619531..3334490ab5 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.802], [http://trac.kodi.tv]) +AC_INIT([kodi], [16.9.803], [http://trac.kodi.tv]) AC_CONFIG_HEADERS([xbmc/config.h]) AH_TOP([#pragma once]) m4_include([m4/ax_prog_cc_for_build.m4]) |