Skip to content

Commit bb4d99c

Browse files
committed
Prepare rc2
1 parent 3cb40a7 commit bb4d99c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

connections.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,15 @@
2525
<author>Jérémy Moreau</author>
2626
</authors>
2727
<versions>
28+
<version>
29+
<num>10.0.0-rc2</num>
30+
<compatibility>~10.0</compatibility>
31+
<download_url>https://github.com/pluginsGLPI/connections/releases/download/10.0.0-rc2/glpi-connections-10.0.0-rc2.tar.bz2</download_url>
32+
</version>
2833
<version>
2934
<num>10.0.0-rc1</num>
3035
<compatibility>~10.0</compatibility>
31-
<download_url>https://github.com/pluginsGLPI/connections/releases/download/10.0-rc1/glpi-connections-10.0-rc1.tar.bz2</download_url>
36+
<download_url>https://github.com/pluginsGLPI/connections/releases/download/10.0.0-rc1/glpi-connections-10.0.0-rc1.tar.bz2</download_url>
3237
</version>
3338
<version>
3439
<num>9.5</num>

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_CONNECTIONS_VERSION', '10.0.0-rc1');
30+
define('PLUGIN_CONNECTIONS_VERSION', '10.0.0-rc2');
3131

3232
if (!defined("PLUGINCONNECTIONS_DIR")) {
3333
define("PLUGINCONNECTIONS_DIR", Plugin::getPhpDir("connections"));

0 commit comments

Comments
 (0)