diff --git a/NEWS b/NEWS index 855d7ad8..a7e5e1a1 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,14 @@ You can see the complete list of recent changes, bugfixes and new features in the https://github.com/rkd77/felinks.git[gitweb interface]. See the ChangeLog file for details. +ELinks 0.15.0 +------------- + +Released on 2021-12-24 + +* Serbian translation update + + ELinks 0.15.0rc2 ---------------- diff --git a/configure.ac b/configure.ac index a84233d0..6c811aef 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.0rc2 +VERSION=0.15.0 AC_SUBST(PACKAGE) AC_SUBST(VERSION) AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Package version]) diff --git a/meson.build b/meson.build index 5cfb70ef..8b008279 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('elinks', ['c','cpp'], version:'0.15.0rc2', license:'GPLv2') +project('elinks', ['c','cpp'], version:'0.15.0', license:'GPLv2') srcs=[] srcdir = meson.source_root()