1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-12 00:54:11 +02:00

Released 2.3.0-RC1

This commit is contained in:
David Grudl
2015-01-13 06:12:59 +01:00
parent f7fd9104e9
commit 97d4c8c35f
3 changed files with 4 additions and 4 deletions

View File

@@ -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',