Added a shortened commit hash along the version

The commit value is replaced when building the zip file
This commit is contained in:
Wruczek
2018-12-30 04:27:43 +01:00
parent e1e95639ad
commit d8fec04d81
4 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,6 @@
<?php
define("__TSWEBSITE_VERSION", "dev-2.0.0");
define("__TSWEBSITE_COMMIT", "no-commit");
define("__BASE_DIR", __DIR__ . "/../..");
define("__PRIVATE_DIR", __BASE_DIR . "/private");
define("__CACHE_DIR", __PRIVATE_DIR . "/cache");