From cbae4b250d0f17df2d840800125bda2201635894 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Mon, 4 Feb 2008 23:34:54 +0100 Subject: [PATCH] elinks-0.11.4rc0 --- NEWS | 4 ++-- configure.in | 2 +- src/dialogs/info.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 1c0775c5..6f5bec05 100644 --- a/NEWS +++ b/NEWS @@ -5,8 +5,8 @@ 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.3.GIT now: ----------------------- +ELinks 0.11.4rc0: +----------------- To be released as 0.11.4. diff --git a/configure.in b/configure.in index 7b6a826f..2ea1a49c 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.3.GIT +VERSION=0.11.4rc0 AC_SUBST(PACKAGE) AC_SUBST(VERSION) AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Package version]) diff --git a/src/dialogs/info.c b/src/dialogs/info.c index 9a0bff35..1033942f 100644 --- a/src/dialogs/info.c +++ b/src/dialogs/info.c @@ -143,7 +143,7 @@ menu_copying(struct terminal *term, void *xxx, void *xxxx) "\n" "(C) 1999 - 2002 Mikulas Patocka\n" "(C) 2001 - 2004 Petr Baudis\n" - "(C) 2002 - 2006 Jonas Fonseca\n" + "(C) 2002 - 2008 Jonas Fonseca\n" "and others\n" "\n" "This program is free software; you can redistribute it " -- 2.11.4.GIT