diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 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.4 [not released yet] +dillo-3.0.4 [April 09, 2014] +- OPTGROUP and INS elements. - Some HTML5 elements, etc. diff --git a/configure.ac b/configure.ac index d22355ea..e3ace75d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with aclocal, autoconf and automake. -AC_INIT([dillo], [3.0.4-rc2]) +AC_INIT([dillo], [3.0.4]) dnl Detect the canonical target build environment AC_CANONICAL_TARGET diff --git a/src/IO/about.c b/src/IO/about.c index 87f65b1c..772e1247 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 ??, 2014\n" +" April 09, 2014\n" "<tr>\n" " <td bgcolor='#FFFFFF'>\n" " <table border='0' cellspacing='0' cellpadding='5'>\n" |