diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2017-01-25 18:42:21 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2017-02-01 18:26:46 +0100 |
commit | 8cf5c61df262a3aa48117f98092111a4e0d743e6 (patch) | |
tree | 13e068768b2f411685763d4214b0a691cd992c49 /configure.ac | |
parent | 6b78b00486174087d294411c3043eb330c58f0f9 (diff) |
bump to v17.0 final
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 b9bbe7450d..060939073c 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.904], [http://trac.kodi.tv]) +AC_INIT([kodi], [17.0.000], [http://trac.kodi.tv]) AC_CONFIG_HEADERS([xbmc/config.h]) AH_TOP([#pragma once]) m4_include([m4/ax_prog_cc_for_build.m4]) |