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

Released version 2.3.5

This commit is contained in:
David Grudl
2015-12-16 15:11:42 +01:00
parent 96188d2edc
commit fc6ef0b121

View File

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