From b6e5464b98332605dd3260cc3dae411c37b32db8 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Mon, 31 Aug 2015 14:59:36 +0200 Subject: [PATCH] Fix version --- lib/Doctrine/ORM/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/ORM/Version.php b/lib/Doctrine/ORM/Version.php index fee5b82c0..20e37303b 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.6.0-DEV'; + const VERSION = '2.5.1-DEV'; /** * Compares a Doctrine version with the current one.