/usr/lib/python2.7/dist-packages/Halberd/version.py is in python-halberd 0.2.4-2.
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 7 8 9 10 11 12 13 14 | ##
## ./Halberd/version.py -- Version Information for halberd (syntax: Python)
## [automatically generated and maintained by GNU shtool]
##
class version:
v_hex = 0x002204
v_short = "0.2.4"
v_long = "0.2.4 (14-Aug-2010)"
v_tex = "This is halberd, Version 0.2.4 (14-Aug-2010)"
v_gnu = "halberd 0.2.4 (14-Aug-2010)"
v_web = "halberd/0.2.4"
v_sccs = "@(#)halberd 0.2.4 (14-Aug-2010)"
v_rcs = "$Id: halberd 0.2.4 (14-Aug-2010) $"
|