add dates to changes2html.pl

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@749403 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2009-03-02 18:38:37 +00:00
parent dcd63a35e7
commit 8062dc0814
1 changed files with 1 additions and 1 deletions

View File

@ -611,7 +611,7 @@ sub setup_release_dates {
'2.0.0' => '2006-05-26', '2.1.0' => '2007-02-14',
'2.2.0' => '2007-06-19', '2.3.0' => '2008-01-21',
'2.3.1' => '2008-02-22', '2.3.2' => '2008-05-05',
'2.4.0' => '2008-10-06' );
'2.4.0' => '2008-10-06', '2.4.1' => '2009-03-09');
}