diff options
author | Kevin Chabowski <kevin@kch42.de> | 2013-10-03 22:39:17 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2013-10-03 22:39:17 +0200 |
commit | a2e489ace560bc104ea8f85cc9a09b685d1955be (patch) | |
tree | 4e2e83782e6b5cfa7b6925e258b1a696db0247c4 /ratatoeskr/templates/src/systemtemplates/master.html | |
parent | 7aa2a4dbbbf65172ed6e319b8c8036114b8e5270 (diff) | |
download | ratatoeskr-cms-a2e489ace560bc104ea8f85cc9a09b685d1955be.tar.gz ratatoeskr-cms-a2e489ace560bc104ea8f85cc9a09b685d1955be.tar.bz2 ratatoeskr-cms-a2e489ace560bc104ea8f85cc9a09b685d1955be.zip |
Changed version number.
I guess this is okay, since the move to PDO is something pretty huge.
A note for plugin authors:
Unless you accessed the database manually, nothing has changed for you.
The API and the database model is still the same.
Diffstat (limited to 'ratatoeskr/templates/src/systemtemplates/master.html')
-rwxr-xr-x | ratatoeskr/templates/src/systemtemplates/master.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/master.html b/ratatoeskr/templates/src/systemtemplates/master.html index bce92b1..a5c7793 100755 --- a/ratatoeskr/templates/src/systemtemplates/master.html +++ b/ratatoeskr/templates/src/systemtemplates/master.html @@ -40,7 +40,7 @@ </head> <body> <div id="bar_top"> - <span class="branding"><strong>Ratatöskr</strong>::Noctilucent clouds (v. 0.1 β 5)</span> + <span class="branding"><strong>Ratatöskr</strong>::Noctilucent clouds (v. 0.2 β 1)</span> <span class="user"> <a href="$rel_path_to_root/backend/admin/users/u/$user[id]">$user[name]</a> | <a href="$rel_path_to_root/backend/logout"><ste:get_translation for="logout" /></a> </span> |