1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04: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 the link:http://pasky.or.cz/gitweb.cgi[gitweb interface]. See the ChangeLog
file for details. file for details.
ELinks 0.13.GIT now:
--------------------
To be released as ELinks 0.13.0.
ELinks 0.12.GIT now: ELinks 0.12.GIT now:
-------------------- --------------------

View File

@ -5,7 +5,7 @@ AC_INIT(src/main/main.c)
AC_CONFIG_AUX_DIR(config) AC_CONFIG_AUX_DIR(config)
PACKAGE=elinks PACKAGE=elinks
VERSION=0.12.GIT VERSION=0.13.GIT
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

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