X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Flcm.py;h=892ca4120a42961a664e9682784239d4093b2b7d;hb=9ab9594cd42c85c422ef0c8e2d87a895150ab55a;hp=b4f69aebe7a87a327d8cc483e34ba0e78b68972a;hpb=59d22d2291db050aa17573d994f5274f67ae1212;p=osm%2FLCM.git diff --git a/osm_lcm/lcm.py b/osm_lcm/lcm.py index b4f69ae..892ca41 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.15' -lcm_version_date = '2018-09-13' +lcm_version = '0.1.16' +lcm_version_date = '2018-10-10' class Lcm: