(bug 351) fix getting datacenter uuid from name at instantiation.
[osm/RO.git] / openmanod
index fbd8e2e..22f4d02 100755 (executable)
--- a/openmanod
+++ b/openmanod
@@ -48,13 +48,15 @@ import osm_ro
 
 __author__ = "Alfonso Tierno, Gerardo Garcia, Pablo Montes"
 __date__ = "$26-aug-2014 11:09:29$"
-__version__ = "0.5.17-r526"
-version_date = "Jul 2017"
-database_version = 22      #expected database schema version
+__version__ = "0.5.28-r538"
+version_date = "Oct 2017"
+database_version = 27      # expected database schema version
+
 
 global global_config
 global logger
 
+
 class LoadConfigurationException(Exception):
     pass