1
0
mirror of synced 2025-01-18 22:41:43 +03:00

Bump Dev Version to 2.2.0-DEV

This commit is contained in:
Benjamin Eberlei 2011-07-04 21:34:59 +00:00
parent dfdb735306
commit 024b7b7cb6

View File

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