From 17df4d17fb0459fd78e27425495ba5208baabb56 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Mon, 26 Oct 2015 19:33:06 +0100 Subject: [PATCH] Released version 2.2.5 This release marks the end of life of 2.2 series. --- dibi/libs/Dibi.php | 4 ++-- version.txt | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 version.txt diff --git a/dibi/libs/Dibi.php b/dibi/libs/Dibi.php index 70b55a20..db9da6bb 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.4', - REVISION = 'released on 2015-10-22'; + const VERSION = '2.2.5', + REVISION = 'released on 2015-10-26'; /** sorting order */ const ASC = 'ASC', diff --git a/version.txt b/version.txt deleted file mode 100644 index efb597a2..00000000 --- a/version.txt +++ /dev/null @@ -1 +0,0 @@ -Dibi 2.2.3 (released on 2015-01-13)