X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Flcm.py;h=be31bf3624d8577f136e8abeb91d3a4ec44dda2e;hb=d6de19924620b07dead9ecdb5c73056d321a3cdf;hp=892ca4120a42961a664e9682784239d4093b2b7d;hpb=9ab9594cd42c85c422ef0c8e2d87a895150ab55a;p=osm%2FLCM.git diff --git a/osm_lcm/lcm.py b/osm_lcm/lcm.py index 892ca41..be31bf3 100644 --- a/osm_lcm/lcm.py +++ b/osm_lcm/lcm.py @@ -27,8 +27,8 @@ min_RO_version = [0, 5, 72] min_n2vc_version = "0.0.2" min_common_version = "0.1.7" # uncomment if LCM is installed as library and installed, and get them from __init__.py -lcm_version = '0.1.16' -lcm_version_date = '2018-10-10' +lcm_version = '0.1.17' +lcm_version_date = '2018-10-11' class Lcm: