Commit e4f09159 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge remote branch 'origin/2.0.x' into 2.0.x

parents cde20c6e eb455836
......@@ -178,7 +178,7 @@
<exec command="sed 's/${version}-DEV/${version}/' ${project.basedir}/lib/Doctrine/DBAL/Version.php > ${project.basedir}/lib/Doctrine/DBAL/Version2.php" passthru="true" />
<exec command="mv ${project.basedir}/lib/Doctrine/DBAL/Version2.php ${project.basedir}/lib/Doctrine/DBAL/Version.php" passthru="true" />
<exec command="git add ${project.basedir}/lib/Doctrine/DBAL/Version.php" passthru="true" />
<exec command="git commit -m 'Release {$version}'" />
<exec command="git commit -m 'Release ${version}'" />
<exec command="git tag -a ${version}" passthru="true" />
</target>
......
......@@ -36,7 +36,7 @@ class Version
/**
* Current Doctrine Version
*/
const VERSION = '2.0.1-DEV';
const VERSION = '2.0.2-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