diff --git a/jOOQ-website/inc/RELEASENOTES-2.3.txt b/jOOQ-website/inc/RELEASENOTES-2.3.txt index 679f94c380..05d5308ab3 100644 --- a/jOOQ-website/inc/RELEASENOTES-2.3.txt +++ b/jOOQ-website/inc/RELEASENOTES-2.3.txt @@ -10,7 +10,7 @@ http://www.jooq.org/notes.php For a text version, see http://www.jooq.org/inc/RELEASENOTES.txt -Version 2.4.1 - August 28, 2012 +Version 2.3.3 - August 28, 2012 ================================================================= This is a minor patch release with some useful fixes for the 2.4 diff --git a/jOOQ-website/notes.php b/jOOQ-website/notes.php index 1561d10865..f01b8e6041 100644 --- a/jOOQ-website/notes.php +++ b/jOOQ-website/notes.php @@ -19,6 +19,9 @@ function printContent() { else if (isset($_GET['version']) && $_GET['version'] == '2.3') { $contents = file('inc/RELEASENOTES-2.3.txt'); } + else if (isset($_GET['version']) && $_GET['version'] == '2.4') { + $contents = file('inc/RELEASENOTES-2.4.txt'); + } else { $contents = file('inc/RELEASENOTES.txt'); }