1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00

[NEWS] 0.16.1.1

This commit is contained in:
Witold Filipczyk 2023-05-01 10:45:22 +02:00
parent 0e02243f33
commit c39887cd86
3 changed files with 7 additions and 2 deletions

5
NEWS
View File

@ -5,7 +5,12 @@ 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.16.1.1
---------------
Released on 2023-05-01
* updated POTFILES #230
ELinks 0.16.1
-------------

View File

@ -16,7 +16,7 @@ AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([config/m4])
PACKAGE=elinks
VERSION=0.16.1
VERSION=0.16.1.1
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.16.1', license:'GPLv2', default_options:['cpp_std=gnu++17'])
project('elinks', ['c','cpp'], version:'0.16.1.1', license:'GPLv2', default_options:['cpp_std=gnu++17'])
srcs=[]
srcdir = meson.source_root()