diff options
author | Camil Staps | 2015-02-06 10:48:36 +0100 |
---|---|---|
committer | Camil Staps | 2015-02-06 10:48:36 +0100 |
commit | 4ed0049b1c1bead979de48dbc117740f5b47d4b9 (patch) | |
tree | ce83aaad31fe83b02157a86a8eb603bf9c4b3350 /include | |
parent | Updated readme (diff) |
0.1 Assign float values to nr. of working hours of assignments
Diffstat (limited to 'include')
-rw-r--r-- | include/about.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/about.php b/include/about.php index b94bfce..bc93e14 100644 --- a/include/about.php +++ b/include/about.php @@ -39,7 +39,7 @@ require('./header.php'); <div class="panel panel-default"> <div class="panel-heading">About</div> <div class="panel-body"> - <p class="lead">BusinessAdmin is open source software under the GPL 3.0 license.</p> + <p class="lead">BusinessAdmin <?=constants::version?> is open source software under the GPL 3.0 license.</p> <p>A full version of the license is available <a href="<?=constants::url_external?>LICENSE">here</a>. An excerpt is shown below:</p> <pre>BusinessAdmin: administrative software for small companies Copyright (C) 2015 Camil Staps (ViviSoft) |