From dfd885c011dc9bf305abd151089d2ed96faabe7b Mon Sep 17 00:00:00 2001 From: KLuka Date: Fri, 21 Aug 2015 17:34:19 +0200 Subject: [PATCH] Raised version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6ace45c..c64b1a6 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.57) dnl This is one of the locations where the authoritative version dnl number is stored. The other is in the debian/changelog. -AC_INIT(shellinabox, 2.16, markus@shellinabox.com) +AC_INIT(shellinabox, 2.18, markus@shellinabox.com) if test -e .git; then VCS_REVISION=" (revision `cd $srcdir && git log -1 --format=format:%h`)" else