diff --git a/configure.ac b/configure.ac index 6c811aef..65e9eddf 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR([config/m4]) PACKAGE=elinks -VERSION=0.15.0 +VERSION=0.16.GIT AC_SUBST(PACKAGE) AC_SUBST(VERSION) AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Package version]) diff --git a/meson.build b/meson.build index 8b008279..83574612 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('elinks', ['c','cpp'], version:'0.15.0', license:'GPLv2') +project('elinks', ['c','cpp'], version:'0.16.GIT', license:'GPLv2') srcs=[] srcdir = meson.source_root()