Skip to content

Commit d9ecf4b

Browse files
committed
Prepare rc2
1 parent c7c6502 commit d9ecf4b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

addressing.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
<author>Nelly Mahu-Lasson</author>
2828
</authors>
2929
<versions>
30+
<version>
31+
<num>3.0.0-rc2</num>
32+
<compatibility>~10.0</compatibility>
33+
<download_url>https://github.com/pluginsGLPI/addressing/releases/download/3.0.0-rc2/glpi-addressing-3.0.0-rc2.tar.bz2</download_url>
34+
</version>
3035
<version>
3136
<num>3.0.0-rc1</num>
3237
<compatibility>~10.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
--------------------------------------------------------------------------
2828
*/
2929

30-
define('PLUGIN_ADDRESSING_VERSION', '3.0.0-rc1');
30+
define('PLUGIN_ADDRESSING_VERSION', '3.0.0-rc2');
3131

3232
if (!defined("PLUGIN_ADDRESSING_DIR")) {
3333
define("PLUGIN_ADDRESSING_DIR", Plugin::getPhpDir("addressing"));

0 commit comments

Comments
 (0)