1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-03 12:47:33 +02:00

released 2.0.5

This release marks the end of life of  2.0 series.
This commit is contained in:
David Grudl
2015-01-13 05:51:21 +01:00
parent 4535bc5458
commit 697ffcd44a
2 changed files with 3 additions and 3 deletions

View File

@@ -71,8 +71,8 @@ class dibi
FIELD_TIME = dibi::TIME; FIELD_TIME = dibi::TIME;
/** version */ /** version */
const VERSION = '2.0.4', const VERSION = '2.0.5',
REVISION = '$WCREV$ released on $WCDATE$'; REVISION = 'released on 2015-01-13';
/** sorting order */ /** sorting order */
const ASC = 'ASC', const ASC = 'ASC',

View File

@@ -1 +1 @@
Dibi 2.0.4 (revision $WCREV$ released on $WCDATE$) Dibi 2.0.5 (released on 2015-01-13)