Fixed version number
This commit is contained in:
parent
c244a656da
commit
a43885d40b
@ -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
|
||||
|
||||
@ -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');
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user