diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-06-30 21:30:24 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-06-30 21:30:24 +0200 |
commit | 3229f6194049a6a8f577cf6fd24de711b1440712 (patch) | |
tree | c03ab3480e16fb228b9945b7247b744ade60aa04 /configure.ac | |
parent | f3ca4eaf9a803f0ae195854f088341b84f9253c9 (diff) |
bump to 17.0 alpha3
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 45145b3c2e..7a0d3ec31c 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.702], [http://trac.kodi.tv]) +AC_INIT([kodi], [16.9.703], [http://trac.kodi.tv]) AC_CONFIG_HEADERS([xbmc/config.h]) AH_TOP([#pragma once]) m4_include([m4/ax_prog_cc_for_build.m4]) |