diff options
author | ctrlaltca <> | 2012-05-29 10:28:33 +0000 |
---|---|---|
committer | ctrlaltca <> | 2012-05-29 10:28:33 +0000 |
commit | 3c13f0fbdb25aa4871adcb85de7c9a994701a230 (patch) | |
tree | e4e4bca53b87b171485b7f111d73d14649e0537b /framework | |
parent | 5fe1679cc0b2ea81e48eaa6b5cab59595d0f3143 (diff) |
small fix to previous commit: use full version numbers 3.2.0-rc3
Diffstat (limited to 'framework')
-rw-r--r-- | framework/PradoBase.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/PradoBase.php b/framework/PradoBase.php index 19fd5772..1aa5663a 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -71,7 +71,7 @@ class PradoBase */ public static function getVersion() { - return '3.2-rc3'; + return '3.2.0-rc3'; } /** |