diff --git a/src/allmydata/node.py b/src/allmydata/node.py index 6fcc0f094..941b4d293 100644 --- a/src/allmydata/node.py +++ b/src/allmydata/node.py @@ -66,6 +66,12 @@ class Node(service.MultiService): % (allmydata.__version__, foolscap.__version__, twisted.__version__, zfec.__version__,)) + def get_versions(self): + return {'allmydata': allmydata.__version__, + 'foolscap': foolscap.__version__, + 'twisted': twisted.__version__, + 'zfec': zfec.__version__, + } def startService(self): # note: this class can only be started and stopped once. diff --git a/src/allmydata/web/welcome.xhtml b/src/allmydata/web/welcome.xhtml index b4c3b94f5..16f5cda09 100644 --- a/src/allmydata/web/welcome.xhtml +++ b/src/allmydata/web/welcome.xhtml @@ -15,6 +15,7 @@