* #554 (new feature) - Add version number to CMS file uploads to allow
for browser caching

Requires following SQL update (site_manager module):

<pre><code>ALTER TABLE `cms_file` 
ADD COLUMN `version` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' AFTER
`image`;
</code></pre>