Bump version number
This commit is contained in:
parent
cdb2ec8cf6
commit
1ef6cad142
|
|
@ -43,7 +43,7 @@ error_reporting(E_ALL & ~E_STRICT & ~E_DEPRECATED);
|
|||
*/
|
||||
Configure::write('debug', 0);
|
||||
|
||||
Configure::write('version', '1.0.0');
|
||||
Configure::write('version', '1.0.1');
|
||||
|
||||
$host = $_SERVER['HTTP_HOST'];
|
||||
|
||||
|
|
|
|||
|
|
@ -176,7 +176,7 @@ endif;
|
|||
|
||||
</div>
|
||||
<div id="footer">
|
||||
Powered by CMC-Sales v<?= Configure::read('version'); ?> by <a href="mailto:karl@cordes.com.au">Karl Cordes</a>
|
||||
Powered by CMC-Sales v<?= Configure::read('version'); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue