aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Kaijser <mcm.kaijser@gmail.com>2014-11-03 17:48:26 +0100
committerMartijn Kaijser <mcm.kaijser@gmail.com>2014-11-03 17:48:26 +0100
commitd6947be3663c845d31aac184c5394193ad2f4bfe (patch)
treecc7a222d5133a5ed4775ca146137bc5f4c348238
parent78f6073a2a606ab1d25caa5402d6076d55ff5d9e (diff)
[release] also bump version in configure.in14.0b1-Helix
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index cc0b3951d2..c5e72bd4a4 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([kodi], [13.9.705], [http://issues.kodi.tv])
+AC_INIT([kodi], [13.9.801], [http://issues.kodi.tv])
AC_CONFIG_HEADERS([xbmc/config.h])
AH_TOP([#pragma once])
m4_include([m4/ax_prog_cc_for_build.m4])