Raised version to 2.19
This commit is contained in:
parent
09e790bb27
commit
8d3c5cdc3d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ AC_PREREQ(2.57)
|
||||||
|
|
||||||
dnl This is one of the locations where the authoritative version
|
dnl This is one of the locations where the authoritative version
|
||||||
dnl number is stored. The other is in the debian/changelog.
|
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
|
if test -e .git; then
|
||||||
VCS_REVISION=" (revision `cd $srcdir && git log -1 --format=format:%h`)"
|
VCS_REVISION=" (revision `cd $srcdir && git log -1 --format=format:%h`)"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue