From 75a0bcccbe0afbbf159a6471f1b627b0a4b0e040 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Fri, 26 Oct 2012 10:44:31 +0200 Subject: [PATCH] Release 2.6.0 --- jOOQ-website/notes.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jOOQ-website/notes.php b/jOOQ-website/notes.php index f01b8e6041..3daee60126 100644 --- a/jOOQ-website/notes.php +++ b/jOOQ-website/notes.php @@ -22,6 +22,9 @@ function printContent() { else if (isset($_GET['version']) && $_GET['version'] == '2.4') { $contents = file('inc/RELEASENOTES-2.4.txt'); } + else if (isset($_GET['version']) && $_GET['version'] == '2.5') { + $contents = file('inc/RELEASENOTES-2.5.txt'); + } else { $contents = file('inc/RELEASENOTES.txt'); }