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:
@@ -25,7 +25,7 @@
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.3-dev"
|
||||
"dev-master": "2.4-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -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',
|
||||
|
Reference in New Issue
Block a user