1
0
mirror of synced 2024-12-13 22:56:04 +03:00

Merge branch 'master' of github.com:doctrine/doctrine2

This commit is contained in:
Benjamin Eberlei 2010-06-13 20:14:03 +02:00
commit 7c2fac64fb

View File

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