Commit b280efbe authored by Benjamin Eberlei's avatar Benjamin Eberlei

Bump to 2.4.0-DEV

parent a82f953d
......@@ -13,14 +13,14 @@
],
"require": {
"php": ">=5.3.2",
"doctrine/common": "2.3.*"
"doctrine/common": "2.3.*,2.4.*"
},
"autoload": {
"psr-0": { "Doctrine\\DBAL": "lib/" }
},
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
"dev-master": "2.4.x-dev"
}
}
}
......@@ -36,7 +36,7 @@ class Version
/**
* Current Doctrine Version
*/
const VERSION = '2.3.01-DEV';
const VERSION = '2.4.0-DEV';
/**
* Compares a Doctrine version with the current one.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment