X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Flcm.py;h=25d75597a45874d5bb0c9ba7830f4fb94d2b3d4c;hb=685ebbb3462f43a8b9a94d63ea518408a405d3de;hp=44f2b2ed0c757553d47a8e21b043678ab7a6a0d1;hpb=c2564fecb25a5238d20edd628c9cdf94569e7625;p=osm%2FLCM.git diff --git a/osm_lcm/lcm.py b/osm_lcm/lcm.py index 44f2b2e..25d7559 100644 --- a/osm_lcm/lcm.py +++ b/osm_lcm/lcm.py @@ -44,8 +44,8 @@ min_RO_version = [0, 6, 3] 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.32' -lcm_version_date = '2019-01-28' +lcm_version = '0.1.34' +lcm_version_date = '2019-01-31' class Lcm: