Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Algoud committed Sep 27, 2016
1 parent 111000d commit 97aa4ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/modules/modAbricot.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function __construct($db)
// (where XXX is value of numeric property 'numero' of module)
$this->description = "Collection of specific ATM functions and classes";
// Possible values for version are: 'development', 'experimental' or version
$this->version = '1.8';
$this->version = '1.9';
// Key used in llx_const table to save module status enabled/disabled
// (where MYMODULE is value of property name of module in uppercase)
$this->const_name = 'MAIN_MODULE_' . strtoupper($this->name);
Expand Down
2 changes: 1 addition & 1 deletion inc.core.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
}

define('ATM_CORE_INCLUDED', true);
define('ABRICOT_VERSION',1.8);
define('ABRICOT_VERSION',1.9);
}


0 comments on commit 97aa4ec

Please sign in to comment.