diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2014-08-23 13:44:48 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2014-08-23 13:44:48 +0200 |
commit | 57987c93c15da02d6e39ab238f0abc40fe11dc4a (patch) | |
tree | abd8ef9938730854a78cf432217ccf0878624af5 /framework/PradoBase.php | |
parent | 0269aefc30d65ddb5d197bac7819feed5bf78de8 (diff) |
Updated version number and changes log
Diffstat (limited to 'framework/PradoBase.php')
-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 a7dca216..407411b7 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -69,7 +69,7 @@ class PradoBase */ public static function getVersion() { - return '3.2.3'; + return '3.2.4'; } /** |