- put version to a more accessible place

- use it for logs and help
- bump the version
This commit is contained in:
Gilles Crettenand
2015-06-12 15:35:32 +02:00
parent 611df90d30
commit 270f1892e0
4 changed files with 10 additions and 4 deletions

View File

@@ -2,10 +2,7 @@
namespace BSR;
/** @var string $version version number */
$ws_version = '1.0.0';
require_once('Lib/autoloader.php');
$web = new NetBiblio($ws_version);
$web = new NetBiblio();
$web->Run();