From 984535cadc609e9eef8c89414aa3568ee97aa79f Mon Sep 17 00:00:00 2001 From: "Jonathan H. Wage" Date: Mon, 23 Oct 2017 13:21:04 -0500 Subject: [PATCH] Preparing v2.5.12 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 87fee163d6b..07d88dabb7f 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.12-DEV'; + const VERSION = '2.5.12'; /** * Compares a Doctrine version with the current one.