1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-21 00:25:37 +00:00

[NEWS] 0.15.0rc2

This commit is contained in:
Witold Filipczyk 2021-12-19 16:04:49 +01:00
parent eceea64548
commit 2ee82fc890
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.15.0rc2
----------------
Released on 2021-12-19
* Serbian translation update
* HOME_ETC
ELinks 0.15.0rc1
----------------

View File

@ -16,7 +16,7 @@ AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([config/m4])
PACKAGE=elinks
VERSION=0.15.0rc1
VERSION=0.15.0rc2
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.15.0rc1', license:'GPLv2')
project('elinks', ['c','cpp'], version:'0.15.0rc2', license:'GPLv2')
srcs=[]
srcdir = meson.source_root()