From 97aa4ec60d006943f9cc64b6c1ff594c072be178 Mon Sep 17 00:00:00 2001 From: Alexis Algoud Date: Tue, 27 Sep 2016 10:02:37 +0200 Subject: [PATCH] version --- core/modules/modAbricot.class.php | 2 +- inc.core.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/modAbricot.class.php b/core/modules/modAbricot.class.php index 3bcc1a6..37d062e 100644 --- a/core/modules/modAbricot.class.php +++ b/core/modules/modAbricot.class.php @@ -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); diff --git a/inc.core.php b/inc.core.php index 8949c03..e167173 100755 --- a/inc.core.php +++ b/inc.core.php @@ -106,7 +106,7 @@ } define('ATM_CORE_INCLUDED', true); - define('ABRICOT_VERSION',1.8); + define('ABRICOT_VERSION',1.9); }