Skip to content

Commit

Permalink
[FED] Update Nerlnet Version
Browse files Browse the repository at this point in the history
Major fix was done in Fed
  • Loading branch information
leondavi committed Aug 3, 2024
1 parent 66c8f8c commit 3ce879d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src_erl/NerlnetApp/src/nerlnetApp_app.erl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
-behaviour(application).
-include("nerl_tools.hrl").

-define(NERLNET_APP_VERSION, "1.5.1").
-define(NERLNET_APP_VERSION, "1.5.2").
-define(NERLPLANNER_TESTED_VERSION,"1.0.3").

-export([start/2, stop/1]).
Expand Down
2 changes: 1 addition & 1 deletion src_py/nerlPlanner/Definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from logger import *

VERSION = "1.0.3"
NERLNET_VERSION_TESTED_WITH = "1.5.1"
NERLNET_VERSION_TESTED_WITH = "1.5.2"
NERLNET_TMP_PATH = "/tmp/nerlnet"
NERLNET_GRAPHVIZ_OUTPUT_DIR = f"{NERLNET_TMP_PATH}/nerlplanner"
NERLNET_GLOBAL_PATH = "/usr/local/lib/nerlnet-lib/NErlNet"
Expand Down

0 comments on commit 3ce879d

Please sign in to comment.