From 97d4c8c35fe95fc3cdf8fd562a5d02c15c07b9dc Mon Sep 17 00:00:00 2001 From: David Grudl Date: Tue, 13 Jan 2015 06:12:59 +0100 Subject: [PATCH] Released 2.3.0-RC1 --- composer.json | 2 +- dibi/libs/Dibi.php | 4 ++-- version.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 0b61bcd4..2ad9be68 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.2-dev" + "dev-master": "2.3-dev" } } } diff --git a/dibi/libs/Dibi.php b/dibi/libs/Dibi.php index 4802fd19..f2f69d9f 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.3.0', + REVISION = 'released on 2015-01-13'; /** sorting order */ const ASC = 'ASC', diff --git a/version.txt b/version.txt index dc974f4a..9805bdca 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -Dibi 2.2.2 (released on 2014-06-30) +Dibi 2.3.0 (released on 2015-01-13)