1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 06:07:39 +02:00

Released version 2.2.2

This commit is contained in:
David Grudl
2014-06-30 17:08:04 +02:00
parent 9b0e64220b
commit a118c2cf96
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1 +1 @@
Dibi 2.2.0 (released on 2014-06-02)
Dibi 2.2.2 (released on 2014-06-30)