From 8015269e363a6fadf9cf5e2f0c7f1bb3b7d9c7bf Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Fri, 20 Jun 2008 21:58:14 +0200 Subject: [PATCH] elinks-0.11.4 --- NEWS | 4 +--- configure.in | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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])