From 8d3c5cdc3db575ebc7cce4956b37ea3e283df243 Mon Sep 17 00:00:00 2001 From: KLuka Date: Tue, 1 Sep 2015 13:13:13 -0400 Subject: [PATCH] Raised 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