1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00

[NEWS] 0.18.0

This commit is contained in:
Witold Filipczyk 2024-12-26 12:02:09 +01:00
parent 85e9dcd546
commit f7a93b4637
3 changed files with 11 additions and 2 deletions

9
NEWS
View File

@ -5,6 +5,15 @@ 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.18.0
-------------
Released on 2024-12-26
* redirect also for 308 #343
* ignore HUBBUB_UNKNOWN #344
ELinks 0.18.0rc1
----------------

View File

@ -16,7 +16,7 @@ AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([config/m4])
PACKAGE=elinks
VERSION=0.18.0rc1
VERSION=0.18.0
AC_SUBST(PACKAGE)
AC_SUBST(VERSION)
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Package version])

View File

@ -1,4 +1,4 @@
project('elinks', ['c','cpp'], version:'0.18.0rc1', license:'GPLv2', default_options:['cpp_std=gnu++17'], meson_version:'>=1.0.1')
project('elinks', ['c','cpp'], version:'0.18.0', license:'GPLv2', default_options:['cpp_std=gnu++17'], meson_version:'>=1.0.1')
srcs=[]
srcdir = meson.project_source_root()