diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2014-04-09 14:58:28 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2014-04-09 14:58:28 -0300 |
commit | e13317356bc973e1d3a2d828a9cea1547fe86567 (patch) | |
tree | fee8dc250b4f1b5157e23ee7ad981e4844aafad4 | |
parent | 82625c0212ebc3706b7fcfeca8403cf593e149ab (diff) |
Preparing 3.0.4 finalrelease-3_0_4
-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" |