From 4ed0049b1c1bead979de48dbc117740f5b47d4b9 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 6 Feb 2015 10:48:36 +0100 Subject: 0.1 Assign float values to nr. of working hours of assignments --- classes/constants.class.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'classes') 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 -- cgit v1.2.3