1
0
mirror of synced 2025-02-20 22:23:14 +03:00

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

This commit is contained in:
Benjamin Eberlei 2011-05-18 19:37:32 +02:00
commit 85fb1a3ebb

View File

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