1
0
mirror of https://github.com/dg/dibi.git synced 2025-07-31 19:30:30 +02:00

Released version 2.2.5

This release marks the end of life of 2.2 series.
This commit is contained in:
David Grudl
2015-10-26 19:33:06 +01:00
parent 51adcd98e0
commit 17df4d17fb
2 changed files with 2 additions and 3 deletions

View File

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

View File

@@ -1 +0,0 @@
Dibi 2.2.3 (released on 2015-01-13)