From c0d3cdbdfbf873871167050ab077e49b1ad02ab0 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Mon, 22 Sep 2014 23:58:51 +0200 Subject: [PATCH] Release 2.4.5 --- 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 7b12f7cf585..4993033dce0 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.4.5-DEV'; + const VERSION = '2.4.5'; /** * Compares a Doctrine version with the current one.