diff --git a/config.h b/config.h index 048abd5..c58ce4d 100644 --- a/config.h +++ b/config.h @@ -153,7 +153,7 @@ #define STDC_HEADERS 1 /* Most recent revision number in the version control system */ -#define VCS_REVISION "216" +#define VCS_REVISION "217" /* Version number of package */ #define VERSION "2.10" diff --git a/configure b/configure index 1910a51..892ad31 100755 --- a/configure +++ b/configure @@ -2328,7 +2328,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu -VCS_REVISION=216 +VCS_REVISION=217 cat >>confdefs.h <<_ACEOF diff --git a/configure.ac b/configure.ac index ca11ec7..861b093 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.57) dnl This is the one location where the authoritative version number is stored AC_INIT(shellinabox, 2.10, markus@shellinabox.com) -VCS_REVISION=216 +VCS_REVISION=217 AC_SUBST(VCS_REVISION) AC_DEFINE_UNQUOTED(VCS_REVISION, "${VCS_REVISION}", [Most recent revision number in the version control system]) diff --git a/demo/demo.html b/demo/demo.html index aa41988..b62a92d 100644 --- a/demo/demo.html +++ b/demo/demo.html @@ -4,7 +4,7 @@