From c78afd51721804f4f76ff30d9b6f6159eb046161 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Fri, 18 Aug 2017 21:17:35 +0200 Subject: [PATCH] Preparing v2.5.10 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 790ff3b0a..1bd0d13dc 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.10-DEV'; + const VERSION = '2.5.10'; /** * Compares a Doctrine version with the current one.