X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fopenvim.git;a=blobdiff_plain;f=openvimd.py;h=923ad16bf66ceb72eaccd19ab79cf75bf7fb885e;hp=17a958fa9d6d473a75e53f358f145fc42ef2d5fc;hb=9e194594e2dbc4419e13e4c89ddc0e5d639723fd;hpb=abd98cc468da8d488146a16372a6a1b58905892f diff --git a/openvimd.py b/openvimd.py index 17a958f..923ad16 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.4-r521" -version_date="Jan 2017" -database_version="0.11" #expected database schema version +__author__ = "Alfonso Tierno" +__date__ = "$10-jul-2014 12:07:15$" +__version__ = "0.5.5-r522" +version_date = "Feb 2017" +database_version = "0.12" #expected database schema version import httpserver import auxiliary_functions as af