From 4422e068282b6186c264cf52fc8b715cd99418fb Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Thu, 11 Feb 2010 11:19:49 +0100 Subject: prepare 2.2 release --- ChangeLog | 2 +- configure.in | 2 +- src/IO/about.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2d0a6997..936886f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ Dillo project ============================================================================= -dillo-2.2 [??, 2010] +dillo-2.2 [Feb 11, 2010] +- Added keybindings for scrolling. - Help button and local help file. diff --git a/configure.in b/configure.in index 26eebe9d..6703f476 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_INIT(src/dillo.cc) dnl Detect the canonical host and target build environment AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(dillo, 2.2-rc3) +AM_INIT_AUTOMAKE(dillo, 2.2) AM_CONFIG_HEADER(config.h) sysconfdir=${sysconfdir}/${PACKAGE} diff --git a/src/IO/about.c b/src/IO/about.c index 756b6c69..44e5a638 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -240,7 +240,7 @@ const char *const AboutSplash= "\n" " \n" "

Release overview

\n" -" ??, 2010\n" +" February 11, 2010\n" "\n" " \n" " \n" -- cgit v1.2.3