Compare commits

..

3 Commits
2.0.2 ... 2.0.3

Author SHA1 Message Date
Benjamin Eberlei
b6c5de3ef5 Release 2.0.3 2011-03-20 16:03:54 -04:00
Benjamin Eberlei
48fe910978 Update DBAL dependency to 2.0.3 2011-03-20 16:03:11 -04:00
Benjamin Eberlei
0df6086960 Bump Version to 2.0.3-DEV 2011-03-20 15:51:51 -04:00
2 changed files with 2 additions and 2 deletions

View File

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