From 810a7baf81462a5ddf10e8baa8cb94b6eec02754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Cobucci?= Date: Sun, 17 Dec 2017 03:57:51 +0100 Subject: [PATCH] Preparing v2.5.14 release --- 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 87707036888..670986c6b72 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.14-DEV'; + const VERSION = '2.5.14'; /** * Compares a Doctrine version with the current one.