From 0a2d12c47a5f8d12462460a6624e7553bcdd5c18 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Fri, 9 Oct 2015 12:04:20 +0200 Subject: [PATCH] Released version 2.2.4 This release marks the end of life of 2.2 series. --- dibi/libs/Dibi.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dibi/libs/Dibi.php b/dibi/libs/Dibi.php index 80f780c7..70b55a20 100644 --- a/dibi/libs/Dibi.php +++ b/dibi/libs/Dibi.php @@ -39,8 +39,8 @@ class dibi FIELD_TIME = self::TIME; /** version */ - const VERSION = '2.2.3', - REVISION = 'released on 2015-01-13'; + const VERSION = '2.2.4', + REVISION = 'released on 2015-10-22'; /** sorting order */ const ASC = 'ASC',