Commit 7936f652 authored by Devaev Maxim's avatar Devaev Maxim

Current functionality level = 62

parent c54363b1
...@@ -26,7 +26,7 @@ def help() : ...@@ -26,7 +26,7 @@ def help() :
"\t-k, --kill -- Kill daemon process" % (const.MY_NAME) ) "\t-k, --kill -- Kill daemon process" % (const.MY_NAME) )
def version() : def version() :
print "%s version %s-%s" % (const.MY_NAME, const.VERSION, const.VERSION_STATUS) print "%s version %s-%s, functionality_level=%d" % (const.MY_NAME, const.VERSION, const.VERSION_STATUS, const.FUNCTIONALITY_LEVEL)
##### Main ##### ##### Main #####
......
...@@ -6,7 +6,7 @@ MY_NAME = "settingsd" ...@@ -6,7 +6,7 @@ MY_NAME = "settingsd"
VERSION = "0.1" VERSION = "0.1"
VERSION_STATUS = "beta" VERSION_STATUS = "beta"
FUNCTIONALITY_LEVEL = 57 FUNCTIONALITY_LEVEL = 62
FUNCTIONS_DIR = "plugins/functions" FUNCTIONS_DIR = "plugins/functions"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment