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 /classes | |
parent | Updated readme (diff) |
0.1 Assign float values to nr. of working hours of assignments
Diffstat (limited to 'classes')
-rw-r--r-- | classes/constants.class.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/constants.class.php b/classes/constants.class.php index 7afcf50..4bb8dbf 100644 --- a/classes/constants.class.php +++ b/classes/constants.class.php @@ -65,4 +65,7 @@ class constants { const invoice_tel_nr = '+31 6 1234 5678'; const invoice_email = 'my-email@domain.tld'; const invoice_valuta = '$'; // chr(128) for euro + + /** @const version Version of BusinessAdmin. Don't change this yourself! */ + const version = '0.1'; }
\ No newline at end of file |