X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Flcm.py;fp=osm_lcm%2Flcm.py;h=ff90ff112808258b4928548b65c11d4e7e00bb42;hb=refs%2Fchanges%2F11%2F6911%2F1;hp=d4a09db5d33ff3640a520f039ee05a102b8097ba;hpb=c2033f23c8111a172f70873beda52735e23f41a6;p=osm%2FLCM.git diff --git a/osm_lcm/lcm.py b/osm_lcm/lcm.py index d4a09db..ff90ff1 100644 --- a/osm_lcm/lcm.py +++ b/osm_lcm/lcm.py @@ -28,8 +28,8 @@ min_RO_version = [0, 5, 72] min_n2vc_version = "0.0.2" min_common_version = "0.1.11" # uncomment if LCM is installed as library and installed, and get them from __init__.py -lcm_version = '0.1.23' -lcm_version_date = '2018-11-13' +lcm_version = '0.1.24' +lcm_version_date = '2018-11-16' class Lcm: