From 4f812019bf76869da92e9d5f61c311db69fc7caf Mon Sep 17 00:00:00 2001 From: beberlei Date: Mon, 21 Mar 2011 13:15:22 +0100 Subject: [PATCH] Update version constant to 1.2.4 --- lib/Doctrine/Core.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Doctrine/Core.php b/lib/Doctrine/Core.php index 8a8e689a2..9454a9706 100644 --- a/lib/Doctrine/Core.php +++ b/lib/Doctrine/Core.php @@ -35,7 +35,7 @@ class Doctrine_Core /** * VERSION */ - const VERSION = '1.2.3'; + const VERSION = '1.2.4'; /** * ERROR CONSTANTS @@ -1220,4 +1220,4 @@ public static function dump($var, $output = true, $indent = "") return implode("\n", $ret); } -} \ No newline at end of file +}