From 9f20184fc4486ebc297e547f64d38dbb058d98c2 Mon Sep 17 00:00:00 2001 From: "Jonathan.Wage" Date: Fri, 30 Nov 2007 23:39:32 +0000 Subject: [PATCH] Updated version. --- lib/Doctrine.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Doctrine.php b/lib/Doctrine.php index a0d7350b7..1d2170d2c 100644 --- a/lib/Doctrine.php +++ b/lib/Doctrine.php @@ -36,7 +36,7 @@ final class Doctrine /** * VERSION */ - const VERSION = '0.1.0'; + const VERSION = '1.0.0'; /** * ERROR CONSTANTS @@ -1113,4 +1113,4 @@ final class Doctrine { return Doctrine_Lib::isValidClassName($className); } -} \ No newline at end of file +}