1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-04 21:28:02 +02:00

Released version 2.2.3

This commit is contained in:
David Grudl
2015-01-13 06:07:08 +01:00
parent 2702de6ccb
commit a57f3dfc83
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1 +1 @@
Dibi 2.2.2 (released on 2014-06-30) Dibi 2.2.3 (released on 2015-01-13)