X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Flcm.py;h=7c33e5d4a42760d13c51814d23e21a8dfcefdf4e;hb=63de62e6af661d28705ad2a5a31273b36e746542;hp=9e86b068a7a7cf855c307513fe1a68431726aa9e;hpb=27246d812b18dd1dd21ff26efef5f15745910d65;p=osm%2FLCM.git diff --git a/osm_lcm/lcm.py b/osm_lcm/lcm.py index 9e86b06..7c33e5d 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.11" # uncomment if LCM is installed as library and installed, and get them from __init__.py -lcm_version = '0.1.20' -lcm_version_date = '2018-10-15' +lcm_version = '0.1.22' +lcm_version_date = '2018-10-31' class Lcm: