From 47ef875c736fa3cdb339682dbfd0a0a0429c9bac Mon Sep 17 00:00:00 2001 From: David Grudl Date: Mon, 26 Oct 2015 19:31:39 +0100 Subject: [PATCH] Released version 2.3.4 --- 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 55ad033e..aac2eb85 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.3', - REVISION = 'released on 2015-10-22'; + const VERSION = '2.3.4', + REVISION = 'released on 2015-10-26'; /** sorting order */ const ASC = 'ASC',