Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Commit

Permalink
Update version constant to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Mar 21, 2011
1 parent fcaa632 commit 4f81201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Doctrine/Core.php
Expand Up @@ -35,7 +35,7 @@ class Doctrine_Core
/** /**
* VERSION * VERSION
*/ */
const VERSION = '1.2.3'; const VERSION = '1.2.4';


/** /**
* ERROR CONSTANTS * ERROR CONSTANTS
Expand Down Expand Up @@ -1220,4 +1220,4 @@ public static function dump($var, $output = true, $indent = "")


return implode("\n", $ret); return implode("\n", $ret);
} }
} }

0 comments on commit 4f81201

Please sign in to comment.