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

Released version 2.3.3

This commit is contained in:
David Grudl
2015-10-09 12:07:38 +02:00
parent 965570c067
commit 8f0d0fb115

View File

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