1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +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.