1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Bump dev version to 2.4.0

This commit is contained in:
Benjamin Eberlei 2013-03-24 19:58:19 +01:00
parent 827f1f84cb
commit 7f26e9ac27
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "doctrine/orm",
"type": "library","version":"2.4.0-BETA1",
"type": "library",
"description": "Object-Relational-Mapper for PHP",
"keywords": ["orm", "database"],
"homepage": "http://www.doctrine-project.org",

View File

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