1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-01 03:36:26 -04:00

elinks-0.11.4rc1

This commit is contained in:
Jonas Fonseca 2008-03-04 10:23:09 +01:00
parent 2bfc7b3724
commit 56ac81c474
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -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.

View File

@ -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])