1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Bump Version to 2.4.0-DEV

This commit is contained in:
Benjamin Eberlei 2012-07-16 15:25:20 +02:00
parent c8fcd3f8a5
commit 34ac207b3c
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
"require": {
"php": ">=5.3.2",
"ext-pdo": "*",
"doctrine/dbal": "2.3.*",
"doctrine/dbal": "2.3.*,2.4.*",
"symfony/console": "2.*"
},
"suggest": {
@ -26,7 +26,7 @@
"bin": ["bin/doctrine", "bin/doctrine.php"],
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
"dev-master": "2.4.x-dev"
}
}
}

View File

@ -36,7 +36,7 @@ class Version
/**
* Current Doctrine Version
*/
const VERSION = '2.3.0-DEV';
const VERSION = '2.4.0-DEV';
/**
* Compares a Doctrine version with the current one.