From 141e6412381ee6e453c10164329a69ee9cc2ff51 Mon Sep 17 00:00:00 2001 From: KLuka Date: Sat, 23 Jan 2016 16:03:32 +0100 Subject: [PATCH] Raised version from 2.19 to 2.20 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c76c727..a0a8d6b 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.19, markus@shellinabox.com) +AC_INIT(shellinabox, 2.20, markus@shellinabox.com) if test -e .git; then VCS_REVISION=" (revision `cd $srcdir && git log -1 --format=format:%h`)" else