From 816f7099507b7227f92042de1f0b6f0fc5d05f85 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Mon, 16 Jul 2012 15:23:33 +0200 Subject: [PATCH] Release 2.3.0-BETA1 --- composer.json | 2 +- lib/Doctrine/ORM/Version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5fc9939df..0db448274 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "doctrine/orm", - "type": "library", + "type": "library","version":"2.3.0-BETA1", "description": "Object-Relational-Mapper for PHP", "keywords": ["orm", "database"], "homepage": "http://www.doctrine-project.org", diff --git a/lib/Doctrine/ORM/Version.php b/lib/Doctrine/ORM/Version.php index 76a431c56..8219e2f8d 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.3.0-DEV'; + const VERSION = '2.3.0-BETA1'; /** * Compares a Doctrine version with the current one.