From 184fec47faba7070ff9868d100a5abd248736626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Thu, 24 May 2018 14:04:41 +0200 Subject: [PATCH] Add 2.0.1 version definition --- plugin.xml | 4 ++++ setup.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index 56a9337718..248bf899f2 100644 --- a/plugin.xml +++ b/plugin.xml @@ -26,6 +26,10 @@ Benjamin Fontan + + 2.0.1 + 9.2 + 2.0.0 9.2 diff --git a/setup.php b/setup.php index 2390c3d0f4..7908e17c17 100644 --- a/setup.php +++ b/setup.php @@ -34,7 +34,7 @@ @since 2009 ---------------------------------------------------------------------- */ -define('PLUGIN_ORDER_VERSION', '2.0.0'); +define('PLUGIN_ORDER_VERSION', '2.0.1'); if (!defined('PLUGIN_ORDER_TEMPLATE_DIR')) { define("PLUGIN_ORDER_TEMPLATE_DIR", GLPI_PLUGIN_DOC_DIR."/order/templates/");