diff options
author | ctrlaltca <> | 2013-01-07 21:07:38 +0000 |
---|---|---|
committer | ctrlaltca <> | 2013-01-07 21:07:38 +0000 |
commit | b2b20b7b664b2e3c09c4adfb1e6b2590d5e9b8de (patch) | |
tree | b746e3046cbee50bb2f2881788e454892833f369 /demos/quickstart/protected/pages/Controls | |
parent | 67a8e014085216542d781ad66f1681206e9358a6 (diff) |
bumped version to 3.2.1
Diffstat (limited to 'demos/quickstart/protected/pages/Controls')
-rw-r--r-- | demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page index 50f7bbb4..7baa16d6 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page @@ -1,9 +1,9 @@ <com:TContent ID="body">
<h1>TConditional Samples</h1>
-<com:TConditional Condition="Prado::getVersion()==='3.2.0'">
+<com:TConditional Condition="Prado::getVersion()==='3.2.1'">
<prop:TrueTemplate>
- <com:TLabel Text="You are using PRADO 3.2.0" />
+ <com:TLabel Text="You are using PRADO 3.2.1" />
</prop:TrueTemplate>
<prop:FalseTemplate>
<com:TLabel Text="You are using PRADO <%= Prado::getVersion() %>" />
|