From a118c2cf96a796d8118b3b0d2811c70aee9fd6c9 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Mon, 30 Jun 2014 17:08:04 +0200 Subject: [PATCH] Released version 2.2.2 --- 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 8a94b1759..9bb8ff37d 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.0', - REVISION = 'released on 2014-06-02'; + const VERSION = '2.2.2', + REVISION = 'released on 2014-06-30'; /** sorting order */ const ASC = 'ASC', diff --git a/version.txt b/version.txt index 1000c09cf..dc974f4a3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -Dibi 2.2.0 (released on 2014-06-02) +Dibi 2.2.2 (released on 2014-06-30)