Skip to content

Commit 78b7a4e

Browse files
committed
17.0.2
1 parent 20d516a commit 78b7a4e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.DS_Store

0 Bytes
Binary file not shown.

core/modules/modAdherentsPlus.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function __construct($db)
5454
// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
5555
$this->name = preg_replace('/^mod/i','',get_class($this));
5656
$this->description = "Management Extended of members";
57-
$this->version = '16.0.3'; // 'experimental' or 'dolibarr' or version
57+
$this->version = '17.0.2'; // 'experimental' or 'dolibarr' or version
5858
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
5959
// Module description used if translation string 'ModuleXXXDesc' not found (XXX is id value)
6060
$this->editor_name = 'ptibogxiv.eu';

0 commit comments

Comments
 (0)