X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Flcm.py;h=8f66055883d3ef2be8446db22e05732c2bd335a0;hb=29cfa602d40ff4d3e7f611414cf66d4cc62a2be6;hp=3c7a20525b8f4d118ddb6fa2e4116148eeb39013;hpb=14cca5a957ab2770b5d0f17f604a773ba0f605a5;p=osm%2FLCM.git diff --git a/osm_lcm/lcm.py b/osm_lcm/lcm.py index 3c7a205..8f66055 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.40' -lcm_version_date = '2019-06-13' +lcm_version = '0.1.41' +lcm_version_date = '2019-06-19' health_check_file = path.expanduser("~") + "/time_last_ping" # TODO find better location for this file