*** BLURB HERE *** Added a --version argument to Namcap, since when I tried figuring out which version I had installed, I had to ask Pacman (there might be a simpler way, but I didn't figure it out). Patch 2 updates the current version number in the man-page. This is only done since I wanted to add a check that the version in the program is the same as the version in the manpage. Rikard Falkeborn (4): Remove obsolete version test Update manpage version and date Extract version from setup.py Add --version argument Namcap/tests/test_version.py | 37 +++++++++++++++++++++++++++++++++++++ Namcap/version.py | 25 +++++++++++++++++++++++++ namcap.1 | 5 ++++- namcap.py | 10 ++++++++-- setup.py | 3 ++- tests/version-check | 26 -------------------------- 6 files changed, 76 insertions(+), 30 deletions(-) create mode 100644 Namcap/tests/test_version.py create mode 100644 Namcap/version.py delete mode 100755 tests/version-check -- 2.4.6