Raised version from 2.19 to 2.20

This commit is contained in:
KLuka 2016-01-23 16:03:32 +01:00
parent 2c93404bd0
commit 141e641238

View file

@ -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