diff options
author | xue <> | 2006-04-11 00:58:46 +0000 |
---|---|---|
committer | xue <> | 2006-04-11 00:58:46 +0000 |
commit | 37f4d81a1ce6bdea84b00a38b0c8fc32f82f9e5d (patch) | |
tree | 21fefb880ab617aa2f5440494143d23f9fb68520 /framework/PradoBase.php | |
parent | 00d32ec019a329a84190b7938cbf48f9e9494874 (diff) |
Refactored page state persister.
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 5325005a..0baa9234 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -68,7 +68,7 @@ class PradoBase */
public static function getVersion()
{
- return '3.0RC1';
+ return '3.1.0b';
}
/**
|