From 827f1f84cb3856d72c53e8cbfd0c90eeef04f7d9 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sun, 24 Mar 2013 19:58:19 +0100 Subject: [PATCH] Release 2.4.0-BETA1 --- composer.json | 4 ++-- lib/Doctrine/ORM/Version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 89d62f2f6..cb46a2378 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "doctrine/orm", - "type": "library", + "type": "library","version":"2.4.0-BETA1", "description": "Object-Relational-Mapper for PHP", "keywords": ["orm", "database"], "homepage": "http://www.doctrine-project.org", @@ -16,7 +16,7 @@ "php": ">=5.3.2", "ext-pdo": "*", "doctrine/collections": "~1.1", - "doctrine/dbal": ">=2.4-dev,<2.5-dev", + "doctrine/dbal": ">=2.4-beta,<2.5-dev", "symfony/console": "2.*" }, "suggest": { diff --git a/lib/Doctrine/ORM/Version.php b/lib/Doctrine/ORM/Version.php index 4dba7902f..522f68b6f 100644 --- a/lib/Doctrine/ORM/Version.php +++ b/lib/Doctrine/ORM/Version.php @@ -36,7 +36,7 @@ class Version /** * Current Doctrine Version */ - const VERSION = '2.4.0-DEV'; + const VERSION = '2.4.0-BETA1'; /** * Compares a Doctrine version with the current one.