1
0
mirror of https://github.com/dg/dibi.git synced 2025-09-01 18:12:51 +02:00

Released version 2.2.4

This release marks the end of life of 2.2 series.
This commit is contained in:
David Grudl
2015-10-09 12:04:20 +02:00
parent 19748f7c5b
commit 3b15c1417e

View File

@@ -39,8 +39,8 @@ class dibi
FIELD_TIME = self::TIME; FIELD_TIME = self::TIME;
/** version */ /** version */
const VERSION = '2.2.3', const VERSION = '2.2.4',
REVISION = 'released on 2015-01-13'; REVISION = 'released on 2015-10-22';
/** sorting order */ /** sorting order */
const ASC = 'ASC', const ASC = 'ASC',