Raised version

This commit is contained in:
KLuka 2015-08-21 17:34:19 +02:00
parent acba554b6b
commit dfd885c011

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