1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-08 15:16:58 +02:00

Released version 2.2.0

This commit is contained in:
David Grudl
2014-06-02 15:23:52 +02:00
parent 60893a1c11
commit c23d9c2866
3 changed files with 5 additions and 5 deletions

View File

@@ -39,8 +39,8 @@ class dibi
FIELD_TIME = dibi::TIME;
/** version */
const VERSION = '2.2-dev',
REVISION = '$WCREV$ released on $WCDATE$';
const VERSION = '2.2.0',
REVISION = 'released on 2014-06-02';
/** sorting order */
const ASC = 'ASC',