rev update

This commit is contained in:
zotlabs 2020-03-03 18:27:01 -08:00
parent a40a251bbb
commit 685200c53b

View file

@ -16,6 +16,18 @@ use Zotlabs\Daemon\Master;
* @brief This file defines some global constants and includes the central App class.
*/
define ( 'STD_VERSION', '20.03.04' );
define ( 'ZOT_REVISION', '6.0' );
define ( 'DB_UPDATE_VERSION', 1237 );
define ( 'PLATFORM_NAME', 'zap' );
define ( 'PLATFORM_ARCHITECTURE', 'zap' );
define ( 'PROJECT_BASE', __DIR__ );
// composer autoloader for all namespaced Classes
require_once('vendor/autoload.php');
@ -48,15 +60,6 @@ require_once('include/items.php');
define ( 'STD_VERSION', '20.03.02' );
define ( 'ZOT_REVISION', '6.0' );
define ( 'DB_UPDATE_VERSION', 1237 );
define ( 'PLATFORM_NAME', 'zap' );
define ( 'PLATFORM_ARCHITECTURE', 'zap' );
define ( 'PROJECT_BASE', __DIR__ );
/**
* @brief Constant with a HTML line break.