1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-05 21:58:10 +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;
/** version */
const VERSION = '2.2.3',
REVISION = 'released on 2015-01-13';
const VERSION = '2.2.4',
REVISION = 'released on 2015-10-22';
/** sorting order */
const ASC = 'ASC',