Commit c0ba10d789be6e7c572d0f9ddf2596637b443756
Exists in
3.5
and in
1 other branch
Merge pull request #96 from aspangaro/3.5
Update version
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
README.txt
accountingex/core/modules/modAccountingExpert.class.php
... | ... | @@ -46,7 +46,7 @@ class modAccountingExpert extends DolibarrModules { |
46 | 46 | $this->description = "Advanced manage of accounting"; |
47 | 47 | |
48 | 48 | // Possible values for version are: 'development', 'experimental', 'dolibarr' or version |
49 | - $this->version = '3.4.x - 3.5.x'; | |
49 | + $this->version = '3.5.x beta 20140511'; | |
50 | 50 | $this->revision = '2.0.0'; |
51 | 51 | |
52 | 52 | $this->const_name = 'MAIN_MODULE_' . strtoupper($this->name); | ... | ... |