From 5970db58aaf3c24c76306a0acbf683692e0fc539 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Fri, 23 Jan 2015 17:23:55 +0100 Subject: [PATCH] Released version 2.3.0 --- dibi/libs/Dibi.php | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dibi/libs/Dibi.php b/dibi/libs/Dibi.php index 095cfc94..77a854d7 100644 --- a/dibi/libs/Dibi.php +++ b/dibi/libs/Dibi.php @@ -40,7 +40,7 @@ class dibi /** version */ const VERSION = '2.3.0', - REVISION = 'released on 2015-01-13'; + REVISION = 'released on 2015-01-23'; /** sorting order */ const ASC = 'ASC', diff --git a/version.txt b/version.txt index 9805bdca..8e99b46f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -Dibi 2.3.0 (released on 2015-01-13) +Dibi 2.3.0 (released on 2015-01-23)