/usr/share/pyshared/allmydata/_version.py is in tahoe-lafs 1.9.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | # This _version.py is generated from darcs metadata by the tahoe setup.py
# and the "darcsver" package.
__pkgname__ = "allmydata-tahoe"
verstr = "1.9.2"
__version__ = verstr
|