From c96271c09bd3ddc1cb8141712ff88869a664a091 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Tue, 6 Oct 2015 00:46:20 +0200 Subject: [PATCH] opened 2.4-dev --- composer.json | 2 +- dibi/libs/Dibi.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 8ef5e4df..9fbf9c00 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.3-dev" + "dev-master": "2.4-dev" } } } diff --git a/dibi/libs/Dibi.php b/dibi/libs/Dibi.php index a7bf67a4..036e281e 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.2', - REVISION = 'released on 2015-04-18'; + const VERSION = '2.4-dev', + REVISION = 'released on 2015-10-08'; /** sorting order */ const ASC = 'ASC',