From 976f06ddf8d014fdfeee33a261e4f42eb4601e3b Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Sun, 22 Apr 2007 19:50:15 +0300 Subject: [PATCH] ELinks 0.13.GIT. There is a now separate elinks-0.12 branch for the upcoming 0.12.0 release. --- NEWS | 5 +++++ configure.in | 2 +- src/dom/Doxyfile | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 8ecca51e..5369125b 100644 --- a/NEWS +++ b/NEWS @@ -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: -------------------- diff --git a/configure.in b/configure.in index cba0c815..e9eec53a 100644 --- a/configure.in +++ b/configure.in @@ -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]) diff --git a/src/dom/Doxyfile b/src/dom/Doxyfile index e7c5022f..e43330e6 100644 --- a/src/dom/Doxyfile +++ b/src/dom/Doxyfile @@ -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