|
1 | 1 | //+------------------------------------------------------------------+ |
2 | 2 | //| EA31337 Libre - Forex trading robot | |
3 | | -//| Copyright 2016-2022, EA31337 Ltd | |
| 3 | +//| Copyright 2016-2023, EA31337 Ltd | |
4 | 4 | //| https://github.com/EA31337 | |
5 | 5 | //+------------------------------------------------------------------+ |
6 | 6 |
|
|
9 | 9 | * it under the terms of the GNU General Public License as published by |
10 | 10 | * the Free Software Foundation, either version 3 of the License, or |
11 | 11 | * (at your option) any later version. |
12 | | -
|
| 12 | + * |
13 | 13 | * This program is distributed in the hope that it will be useful, |
14 | 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
16 | 16 | * GNU General Public License for more details. |
17 | | -
|
| 17 | + * |
18 | 18 | * You should have received a copy of the GNU General Public License |
19 | | - * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 19 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. |
20 | 20 | */ |
21 | 21 |
|
22 | 22 | // EA defines. |
23 | 23 | #define ea_name "EA31337 Libre" |
24 | | -#define ea_version "1.012" |
| 24 | +#define ea_version "1.013" |
25 | 25 | #define ea_desc "Forex trading robot" |
26 | 26 | #define ea_link "https://github.com/EA31337/EA31337-Libre" |
27 | 27 | #define ea_author "kenorb" |
28 | | -#define ea_copy "Copyright 2016-2022, EA31337 Ltd" |
| 28 | +#define ea_copy "Copyright 2016-2023, EA31337 Ltd" |
29 | 29 |
|
30 | 30 | // Other defines. |
31 | 31 | //#define __config__ // Loads params from the config files. |
|
0 commit comments