1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 06:07:39 +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 0a2d12c47a

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