diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | src/IO/about.c | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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" |