From fc6ef0b121b2138868b94eb5ea08ad0c62de05ae Mon Sep 17 00:00:00 2001 From: David Grudl Date: Wed, 16 Dec 2015 15:11:42 +0100 Subject: [PATCH] Released version 2.3.5 --- 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 aac2eb85..f71d1a15 100644 --- a/dibi/libs/Dibi.php +++ b/dibi/libs/Dibi.php @@ -38,8 +38,8 @@ class dibi FIELD_TIME = self::TIME; /** version */ - const VERSION = '2.3.4', - REVISION = 'released on 2015-10-26'; + const VERSION = '2.3.5', + REVISION = 'released on 2015-12-16'; /** sorting order */ const ASC = 'ASC',