1
0
mirror of synced 2024-12-14 07:06:04 +03:00

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

This commit is contained in:
Benjamin Eberlei 2010-08-07 12:42:23 +02:00
commit 11b25422d6

View File

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