Nouveau numro de version

This commit is contained in:
Rodolphe Quiedeville 2005-04-08 14:52:48 +00:00
parent 07adb711e0
commit 83679a5528

View File

@ -54,7 +54,10 @@ class modProduit extends DolibarrModules
$this->family = "products";
$this->name = "Produit";
$this->description = "Gestion des produits";
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
$this->revision = explode(" ","$Revision$");
$this->version = $this->revision[1];
$this->const_name = "MAIN_MODULE_PRODUIT";
$this->const_config = MAIN_MODULE_PRODUIT;
$this->special = 0;