diff options
author | qiang.xue <> | 2009-01-12 01:08:39 +0000 |
---|---|---|
committer | qiang.xue <> | 2009-01-12 01:08:39 +0000 |
commit | c23cefbdb2b76e08aeaaa08e6838403042a2a7ad (patch) | |
tree | ec32dae0804912324ce434d333bb9510b8f442e9 /framework | |
parent | e0e1b84994cc78beeda17543a50c4f78514a3734 (diff) |
prepare for 3.1.4 release.3.1.4
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 5256b32e..ea6b9737 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -66,7 +66,7 @@ class PradoBase */ public static function getVersion() { - return '3.1.4a'; + return '3.1.4'; } /** |