Commit ea008514 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Bumped Version after release of DBAL 2.0.0BETA3

parent ce1e5f0f
version_name=2.0.0BETA2 version_name=2.0.0BETA3
stability=beta stability=beta
build.dir=build build.dir=build
dist.dir=dist dist.dir=dist
......
...@@ -140,12 +140,13 @@ ...@@ -140,12 +140,13 @@
<lead user="jwage" name="Jonathan H. Wage" email="jonwage@gmail.com" /> <lead user="jwage" name="Jonathan H. Wage" email="jonwage@gmail.com" />
<lead user="guilhermeblanco" name="Guilherme Blanco" email="guilhermeblanco@gmail.com" /> <lead user="guilhermeblanco" name="Guilherme Blanco" email="guilhermeblanco@gmail.com" />
<lead user="romanb" name="Roman Borschel" email="roman@code-factory.org" /> <lead user="romanb" name="Roman Borschel" email="roman@code-factory.org" />
<lead user="beberlei" name="Benjamin Eberlei" email="kontakt@beberlei.de" />
<license>LGPL</license> <license>LGPL</license>
<version release="${version}" api="${version}" /> <version release="${version}" api="${version}" />
<stability release="${stability}" api="${stability}" /> <stability release="${stability}" api="${stability}" />
<notes>-</notes> <notes>-</notes>
<dependencies> <dependencies>
<php minimum_version="5.3.0" /> <php minimum_version="5.3.2" />
<pear minimum_version="1.6.0" recommended_version="1.6.1" /> <pear minimum_version="1.6.0" recommended_version="1.6.1" />
</dependencies> </dependencies>
<dirroles key="bin">script</dirroles> <dirroles key="bin">script</dirroles>
......
...@@ -36,7 +36,7 @@ class Version ...@@ -36,7 +36,7 @@ class Version
/** /**
* Current Doctrine Version * Current Doctrine Version
*/ */
const VERSION = '2.0.0BETA3-DEV'; const VERSION = '2.0.0BETA4-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