From bc4ddbfb0114cb33438cc811c9a740d8aa304aab Mon Sep 17 00:00:00 2001
From: Marco Pivetta <ocramius@gmail.com>
Date: Tue, 5 Jan 2016 22:34:58 +0100
Subject: [PATCH] Release 2.5.4

---
 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 cdfd62033..284f39bb8 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.5.4-DEV';
+    const VERSION = '2.5.4';
 
     /**
      * Compares a Doctrine version with the current one.