X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Flcm.py;fp=osm_lcm%2Flcm.py;h=7f3342d84d1fd71d1965db1546fc4714a5497999;hb=4fa22b034a97505fcb56cf1fddc25e4d3e9b41d2;hp=ff90ff112808258b4928548b65c11d4e7e00bb42;hpb=f7e0a648a319dd744df5d650023eab774ebfcdbb;p=osm%2FLCM.git diff --git a/osm_lcm/lcm.py b/osm_lcm/lcm.py index ff90ff1..7f3342d 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.24' -lcm_version_date = '2018-11-16' +lcm_version = '0.1.25' +lcm_version_date = '2018-11-20' class Lcm: