Nouveau numro de version

This commit is contained in:
Rodolphe Quiedeville 2005-04-08 14:04:05 +00:00
parent 464f543954
commit 19c06ce20d

View File

@ -54,9 +54,9 @@ class modFournisseur extends DolibarrModules
$this->name = "Fournisseur";
$this->description = "Gestion des fournisseurs";
$this->revision = "$Revision$";
$this->revision = explode(" ","$Revision$");
$this->version = $this->revision[1];
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
$this->const_name = "MAIN_MODULE_FOURNISSEUR";
$this->const_config = MAIN_MODULE_FOURNISSEUR;
$this->special = 0;