aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2010-02-11 11:19:49 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2010-02-11 11:19:49 +0100
commit4422e068282b6186c264cf52fc8b715cd99418fb (patch)
treeb3f2c3b1b084a6107ef4ccd9c0daf05bd8d2a18d
parent53f1974b6ef5a8077b43cc4bc448c57dd1895800 (diff)
prepare 2.2 releaserelease-2_2
-rw-r--r--ChangeLog2
-rw-r--r--configure.in2
-rw-r--r--src/IO/about.c2
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=
"<tr>\n"
" <td bgcolor='#CCCCCC'>\n"
" <h4>Release overview</h4>\n"
-" ??, 2010\n"
+" February 11, 2010\n"
"<tr>\n"
" <td bgcolor='#FFFFFF'>\n"
" <table border='0' cellspacing='0' cellpadding='5'>\n"