1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-05 21:58:10 +02:00

Released version 2.3.2

This commit is contained in:
David Grudl
2015-04-18 16:26:53 +02:00
parent 6f6a63881a
commit 7762da1bbb

View File

@@ -39,8 +39,8 @@ class dibi
FIELD_TIME = dibi::TIME; FIELD_TIME = dibi::TIME;
/** version */ /** version */
const VERSION = '2.3.1', const VERSION = '2.3.2',
REVISION = 'released on 2015-02-25'; REVISION = 'released on 2015-04-18';
/** sorting order */ /** sorting order */
const ASC = 'ASC', const ASC = 'ASC',