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

Released version 2.3.4

This commit is contained in:
David Grudl
2015-10-26 19:31:39 +01:00
parent 63c644a860
commit 47ef875c73

View File

@@ -38,8 +38,8 @@ class dibi
FIELD_TIME = self::TIME; FIELD_TIME = self::TIME;
/** version */ /** version */
const VERSION = '2.3.3', const VERSION = '2.3.4',
REVISION = 'released on 2015-10-22'; REVISION = 'released on 2015-10-26';
/** sorting order */ /** sorting order */
const ASC = 'ASC', const ASC = 'ASC',