1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00

elinks-0.11.4rc0

This commit is contained in:
Jonas Fonseca 2008-02-04 23:34:54 +01:00
parent 53f4e05b51
commit cbae4b250d
3 changed files with 4 additions and 4 deletions

4
NEWS
View File

@ -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 in the http://repo.or.cz/w/elinks.git[gitweb interface]. See the ChangeLog
file for details. file for details.
ELinks 0.11.3.GIT now: ELinks 0.11.4rc0:
---------------------- -----------------
To be released as 0.11.4. To be released as 0.11.4.

View File

@ -8,7 +8,7 @@ AC_INIT(src/main/main.c)
AC_CONFIG_AUX_DIR(config) AC_CONFIG_AUX_DIR(config)
PACKAGE=elinks PACKAGE=elinks
VERSION=0.11.3.GIT VERSION=0.11.4rc0
AC_SUBST(PACKAGE) AC_SUBST(PACKAGE)
AC_SUBST(VERSION) AC_SUBST(VERSION)
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Package version]) AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Package version])

View File

@ -143,7 +143,7 @@ menu_copying(struct terminal *term, void *xxx, void *xxxx)
"\n" "\n"
"(C) 1999 - 2002 Mikulas Patocka\n" "(C) 1999 - 2002 Mikulas Patocka\n"
"(C) 2001 - 2004 Petr Baudis\n" "(C) 2001 - 2004 Petr Baudis\n"
"(C) 2002 - 2006 Jonas Fonseca\n" "(C) 2002 - 2008 Jonas Fonseca\n"
"and others\n" "and others\n"
"\n" "\n"
"This program is free software; you can redistribute it " "This program is free software; you can redistribute it "