From 61184ca8a5bfbbedc07f89dbbec2e2ef25a0f76a Mon Sep 17 00:00:00 2001 From: KLuka Date: Sun, 8 Mar 2015 15:36:50 +0100 Subject: [PATCH] Raised version to 2.15 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index c4a4d55..2054e1f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ(2.57) dnl This is the one location where the authoritative version number is stored -AC_INIT(shellinabox, 2.10, markus@shellinabox.com) -VCS_REVISION=239 +AC_INIT(shellinabox, 2.15, markus@shellinabox.com) +VCS_REVISION=240 AC_SUBST(VCS_REVISION) AC_DEFINE_UNQUOTED(VCS_REVISION, "${VCS_REVISION}", [Most recent revision number in the version control system])