From a57f3dfc83e2f8bcf932128d05b3870aa5c17a11 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Tue, 13 Jan 2015 06:07:08 +0100 Subject: [PATCH] Released version 2.2.3 --- dibi/libs/Dibi.php | 4 ++-- version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dibi/libs/Dibi.php b/dibi/libs/Dibi.php index 9bb8ff37d..c12e9c3f5 100644 --- a/dibi/libs/Dibi.php +++ b/dibi/libs/Dibi.php @@ -39,8 +39,8 @@ class dibi FIELD_TIME = dibi::TIME; /** version */ - const VERSION = '2.2.2', - REVISION = 'released on 2014-06-30'; + const VERSION = '2.2.3', + REVISION = 'released on 2015-01-13'; /** sorting order */ const ASC = 'ASC', diff --git a/version.txt b/version.txt index dc974f4a3..efb597a20 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -Dibi 2.2.2 (released on 2014-06-30) +Dibi 2.2.3 (released on 2015-01-13)