Fixed version number

This commit is contained in:
Lukas Eder 2012-08-28 23:21:29 +02:00
parent c244a656da
commit a43885d40b
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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');
}