X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=openvimd.py;h=8fe38434bfeb4d26a00a9a434b170052b781df95;hb=3782945e0a074cb28f82a512f7a9128797b298e3;hp=3affa5673774ce76d4e875a866ccb878862fa075;hpb=56c0c283e17f3748b3c01beff9691ab43a7ed564;p=osm%2Fopenvim.git diff --git a/openvimd.py b/openvimd.py index 3affa56..8fe3843 100755 --- a/openvimd.py +++ b/openvimd.py @@ -28,11 +28,11 @@ and launches the rest of threads: http clients, openflow controller and host controllers ''' -__author__="Alfonso Tierno" -__date__ ="$10-jul-2014 12:07:15$" -__version__="0.5.3-r520" -version_date="Jan 2017" -database_version="0.10" #expected database schema version +__author__ = "Alfonso Tierno" +__date__ = "$10-jul-2014 12:07:15$" +__version__ = "0.5.7-r524" +version_date = "Feb 2017" +database_version = "0.14" #expected database schema version import httpserver import auxiliary_functions as af