From d3f9bd5a4b76b3620a5fcdd5cab14ebb33ef5997 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Sun, 26 Dec 2021 16:30:02 +0100 Subject: [PATCH] [version] 0.16.GIT --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()