X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Flcm.py;h=3c7a20525b8f4d118ddb6fa2e4116148eeb39013;hb=refs%2Ftags%2Fv6.0.0;hp=11447c2c5f7196d520c920ff9d454dce5fe8a4f2;hpb=164273510ee0593a0f3825d7591789ac1d48ccd9;p=osm%2FLCM.git diff --git a/osm_lcm/lcm.py b/osm_lcm/lcm.py index 11447c2..3c7a205 100644 --- a/osm_lcm/lcm.py +++ b/osm_lcm/lcm.py @@ -46,8 +46,8 @@ min_RO_version = [0, 6, 3] min_n2vc_version = "0.0.2" min_common_version = "0.1.19" # uncomment if LCM is installed as library and installed, and get them from __init__.py -lcm_version = '0.1.36' -lcm_version_date = '2019-04-22' +lcm_version = '0.1.40' +lcm_version_date = '2019-06-13' health_check_file = path.expanduser("~") + "/time_last_ping" # TODO find better location for this file