Skip to content

Commit

Permalink
Updates version to 1.006
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Sep 18, 2021
1 parent 5e56b85 commit 2f41132
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/EA31337-Libre.mqproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"program_type":"expert",
"copyright" :"Copyright 2016-2021, EA31337 Ltd",
"link" :"https:\/\/github.com\/EA31337\/EA31337-Libre",
"version" :"1.005",
"version" :"1.006",
"description" :"Forex trading robot",
"optimize" :"0",
"fpzerocheck" :"1",
Expand Down
2 changes: 1 addition & 1 deletion src/include/define.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

// EA defines.
#define ea_name "EA31337 Libre"
#define ea_version "1.005"
#define ea_version "1.006"
#define ea_desc "Forex trading robot"
#define ea_link "https://github.com/EA31337/EA31337-Libre"
#define ea_author "kenorb"
Expand Down
6 changes: 3 additions & 3 deletions src/include/includes.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

// Defines.
#include "define.h"

// Includes EA framework.
#include "classes/Account.mqh"
#include "classes/Chart.mqh"
Expand Down Expand Up @@ -71,9 +74,6 @@
#include "enum.h"
#include "strategies/enum.h"

// Defines.
#include "define.h"

// Main user inputs.
#include "inputs.h"

Expand Down

0 comments on commit 2f41132

Please sign in to comment.