diff --git a/NEWS b/NEWS index 26dd083b4..c607a4f13 100644 --- a/NEWS +++ b/NEWS @@ -5,11 +5,9 @@ You can see the complete list of recent changes, bugfixes and new features in the http://repo.or.cz/w/elinks.git[gitweb interface]. See the ChangeLog file for details. -ELinks 0.11.4rc1: +ELinks 0.11.4: ----------------- -To be released as 0.11.4. - * critical bug 755: fix crashes due to dangling pointers to struct form_state * critical bugs 613, 714, 961: ``assertion list_empty(form_controls) diff --git a/configure.in b/configure.in index 351a962e3..85e661549 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ AC_INIT(src/main/main.c) AC_CONFIG_AUX_DIR(config) PACKAGE=elinks -VERSION=0.11.4rc1.GIT +VERSION=0.11.4 AC_SUBST(PACKAGE) AC_SUBST(VERSION) AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Package version])