From d9ecf4bf7c2f7ac59e1b3bd5c6cf577219d8d17a Mon Sep 17 00:00:00 2001 From: tsmr Date: Thu, 23 Dec 2021 09:18:23 +0100 Subject: [PATCH] Prepare rc2 --- addressing.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/addressing.xml b/addressing.xml index 056c32f..63e0719 100644 --- a/addressing.xml +++ b/addressing.xml @@ -27,6 +27,11 @@ Nelly Mahu-Lasson + + 3.0.0-rc2 + ~10.0 + https://github.com/pluginsGLPI/addressing/releases/download/3.0.0-rc2/glpi-addressing-3.0.0-rc2.tar.bz2 + 3.0.0-rc1 ~10.0 diff --git a/setup.php b/setup.php index 159485c..503b085 100644 --- a/setup.php +++ b/setup.php @@ -27,7 +27,7 @@ -------------------------------------------------------------------------- */ -define('PLUGIN_ADDRESSING_VERSION', '3.0.0-rc1'); +define('PLUGIN_ADDRESSING_VERSION', '3.0.0-rc2'); if (!defined("PLUGIN_ADDRESSING_DIR")) { define("PLUGIN_ADDRESSING_DIR", Plugin::getPhpDir("addressing"));