From 56ac81c4741213b65a45def19ee48f4e1cc15922 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Tue, 4 Mar 2008 10:23:09 +0100 Subject: [PATCH] elinks-0.11.4rc1 --- NEWS | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 37fab169..bf800183 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,7 @@ 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.4rc0: +ELinks 0.11.4rc1: ----------------- To be released as 0.11.4. diff --git a/configure.in b/configure.in index b28a9524..621668d2 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.4rc0.GIT +VERSION=0.11.4rc1 AC_SUBST(PACKAGE) AC_SUBST(VERSION) AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Package version]) -- 2.11.4.GIT