From 8a68194da2fba5b0931ab3bbd37f94c91b42fde0 Mon Sep 17 00:00:00 2001 From: KLuka Date: Fri, 4 Dec 2015 18:17:12 +0100 Subject: [PATCH] Updated version to 2.19 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2a2bdb4..c76c727 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.18, markus@shellinabox.com) +AC_INIT(shellinabox, 2.19, markus@shellinabox.com) if test -e .git; then VCS_REVISION=" (revision `cd $srcdir && git log -1 --format=format:%h`)" else