diff options
author | MartijnKaijser <mcm.kaijser@gmail.com> | 2012-09-24 01:06:45 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2012-09-30 23:20:43 +0200 |
commit | a5245782ed2d6e72d6b62b27c32fe8a4a1aa63ab (patch) | |
tree | 3ada01642e91846237ae21bd88052aeeb5cf86ba /configure.in | |
parent | 0364761dcc5881ee7541a710cfd26bc1d32d6d42 (diff) |
version bump for October merge window
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8e22960a86..513366210e 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([xbmc], [11.9.6], [http://trac.xbmc.org]) +AC_INIT([xbmc], [11.9.7], [http://trac.xbmc.org]) AC_CONFIG_HEADERS([xbmc/config.h]) AH_TOP([#pragma once]) m4_include([m4/ax_python_devel.m4]) |