aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartijn Kaijser <martijn@xbmc.org>2017-05-23 17:14:22 +0200
committerGitHub <noreply@github.com>2017-05-23 17:14:22 +0200
commit4f53fb5bf524ce6a0c226677bbb052aa7d10a35b (patch)
tree92f1d68d81944fd963e34130d364b7e16b4d0767 /configure.ac
parent3a73b5f600d6dc236be51168d27ee15a1b73abd6 (diff)
parenta2a463223f289e1eca2a565c2b430be4e4922e38 (diff)
Merge pull request #12144 from MartijnKaijser/v17.217.2-Krypton
[release] bump to final v17.2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b9e4240cb3..cbaefbe0a6 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.1.901], [http://trac.kodi.tv])
+AC_INIT([kodi], [17.2.0], [http://trac.kodi.tv])
AC_CONFIG_HEADERS([xbmc/config.h])
AH_TOP([#pragma once])
m4_include([m4/ax_prog_cc_for_build.m4])