diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | src/IO/about.c | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -7,7 +7,7 @@ user. For a history of changes in full detail, see our Mercurial repository at http://hg.dillo.org/dillo -dillo-3.0.3 [not released yet] +dillo-3.0.3 [April 17, 2013] +- Support for CSS display property - Replace polling in DNS with a pipe. @@ -105,4 +105,4 @@ Solaris Jorge.- (jcid@dillo.org) -August, 2011 +April, 2013 diff --git a/src/IO/about.c b/src/IO/about.c index d8721c03..ef0457db 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -230,7 +230,7 @@ const char *const AboutSplash= "<tr>\n" " <td bgcolor='#CCCCCC'>\n" " <h4>Release overview</h4>\n" -" April 07, 2013\n" +" April 17, 2013\n" "<tr>\n" " <td bgcolor='#FFFFFF'>\n" " <table border='0' cellspacing='0' cellpadding='5'>\n" |