diff options
author | Camil Staps | 2015-02-10 10:56:50 +0100 |
---|---|---|
committer | Camil Staps | 2015-02-10 10:56:50 +0100 |
commit | 9cb32411d3c72938bdc5cef517d2bb175bad6b22 (patch) | |
tree | de9983bc61a05d4e3123a402d12e9aaaa26cc727 /classes | |
parent | sorting also for clients and contacts (diff) |
sorting also for clients and contacts
Diffstat (limited to 'classes')
-rw-r--r-- | classes/constants.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/constants.class.php b/classes/constants.class.php index 4bb8dbf..517db21 100644 --- a/classes/constants.class.php +++ b/classes/constants.class.php @@ -67,5 +67,5 @@ class constants { const invoice_valuta = '$'; // chr(128) for euro /** @const version Version of BusinessAdmin. Don't change this yourself! */ - const version = '0.1'; + const version = '0.2'; }
\ No newline at end of file |