mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 08:17:52 +00:00
16 lines
610 B
PHP
16 lines
610 B
PHP
<?php
|
|
/*************************************
|
|
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
************************************/
|
|
$patch_version = '';
|
|
$modified_database = '';
|
|
$vte_legacy_version = '5.2.1';
|
|
$enterprise_current_version = '20.04.3';
|
|
$enterprise_current_build = '2219';
|
|
$enterprise_base_build = '2103'; // just to know where we started
|
|
$enterprise_mode = 'VTENEXTCE';
|
|
$enterprise_project = '';
|
|
$enterprise_subversion = 'VTENEXTCE200402';
|
|
$enterprise_website = array('http://www.vtenext.com','vtenext.com','info@vtenext.com');
|