1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00

ELinks 0.13.GIT.

There is a now separate elinks-0.12 branch for the upcoming 0.12.0 release.
This commit is contained in:
Kalle Olavi Niemitalo 2007-04-22 19:50:15 +03:00 committed by Kalle Olavi Niemitalo
parent 097195bef4
commit 976f06ddf8
3 changed files with 7 additions and 2 deletions

5
NEWS
View File

@ -5,6 +5,11 @@ You can see the complete list of recent changes, bugfixes and new features in
the link:http://pasky.or.cz/gitweb.cgi[gitweb interface]. See the ChangeLog
file for details.
ELinks 0.13.GIT now:
--------------------
To be released as ELinks 0.13.0.
ELinks 0.12.GIT now:
--------------------

View File

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

View File

@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = "ELinks DOM"
PROJECT_NUMBER = 0.12.GIT
PROJECT_NUMBER = 0.13.GIT
OUTPUT_DIRECTORY = doc
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English