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

opened 2.4-dev

This commit is contained in:
David Grudl
2015-10-06 00:46:20 +02:00
parent d708ac2aeb
commit c96271c09b
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
"dev-master": "2.4-dev"
}
}
}

View File

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