Source
6
6
** the GNU Affero General Public License as published by the Free Software Foundation, version 3.
7
7
**
8
8
** This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
9
9
** without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10
10
** See the GNU Affero General Public License for more details.
11
11
**
12
12
** You should have received a copy of the GNU Affero General Public License along with this program.
13
13
** If not, see <https://www.gnu.org/licenses/>.
14
14
**/
15
15
16
-
define('ZABBIX_VERSION', '7.0.8');
17
-
define('ZABBIX_API_VERSION', '7.0.8');
16
+
define('ZABBIX_VERSION', '7.0.9rc1');
17
+
define('ZABBIX_API_VERSION', '7.0.9');
18
18
define('ZABBIX_EXPORT_VERSION', '7.0');
19
19
20
20
define('ZABBIX_DB_VERSION', 7000000);
21
21
22
22
define('DB_VERSION_SUPPORTED', 0);
23
23
define('DB_VERSION_LOWER_THAN_MINIMUM', 1);
24
24
define('DB_VERSION_HIGHER_THAN_MAXIMUM', 2);
25
25
define('DB_VERSION_FAILED_TO_RETRIEVE', 3);
26
26
define('DB_VERSION_NOT_SUPPORTED_ERROR', 4);
27
27
define('DB_VERSION_NOT_SUPPORTED_WARNING', 5);