Skip to content

Commit f7a93b4

Browse files
committed
[NEWS] 0.18.0
1 parent 85e9dcd commit f7a93b4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ You can see the complete list of recent changes, bugfixes and new features
55
in the https://github.com/rkd77/felinks.git[gitweb interface]. See the ChangeLog
66
file for details.
77

8+
ELinks 0.18.0
9+
-------------
10+
11+
Released on 2024-12-26
12+
13+
* redirect also for 308 #343
14+
* ignore HUBBUB_UNKNOWN #344
15+
16+
817
ELinks 0.18.0rc1
918
----------------
1019

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ AC_CONFIG_AUX_DIR(config)
1616
AC_CONFIG_MACRO_DIR([config/m4])
1717

1818
PACKAGE=elinks
19-
VERSION=0.18.0rc1
19+
VERSION=0.18.0
2020
AC_SUBST(PACKAGE)
2121
AC_SUBST(VERSION)
2222
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Package version])

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('elinks', ['c','cpp'], version:'0.18.0rc1', license:'GPLv2', default_options:['cpp_std=gnu++17'], meson_version:'>=1.0.1')
1+
project('elinks', ['c','cpp'], version:'0.18.0', license:'GPLv2', default_options:['cpp_std=gnu++17'], meson_version:'>=1.0.1')
22
srcs=[]
33

44
srcdir = meson.project_source_root()

0 commit comments

Comments
 (0)