Commit b280efbe authored by Benjamin Eberlei's avatar Benjamin Eberlei

Bump to 2.4.0-DEV

parent a82f953d
...@@ -13,14 +13,14 @@ ...@@ -13,14 +13,14 @@
], ],
"require": { "require": {
"php": ">=5.3.2", "php": ">=5.3.2",
"doctrine/common": "2.3.*" "doctrine/common": "2.3.*,2.4.*"
}, },
"autoload": { "autoload": {
"psr-0": { "Doctrine\\DBAL": "lib/" } "psr-0": { "Doctrine\\DBAL": "lib/" }
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.3.x-dev" "dev-master": "2.4.x-dev"
} }
} }
} }
...@@ -36,7 +36,7 @@ class Version ...@@ -36,7 +36,7 @@ class Version
/** /**
* Current Doctrine Version * Current Doctrine Version
*/ */
const VERSION = '2.3.01-DEV'; const VERSION = '2.4.0-DEV';
/** /**
* Compares a Doctrine version with the current one. * 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