summaryrefslogtreecommitdiff
path: root/etckeeper
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2014-12-17 15:53:12 -0400
committerJoey Hess <joeyh@joeyh.name>2014-12-17 15:53:12 -0400
commit21df5ba6c69c63347a9400f9d547514a6ac1d8e7 (patch)
tree7de14695b41f8f3d8741674e980902b73d0c3d6f /etckeeper
parentaf43b5f484862bd846aaa17ad594bd8f4472c3c1 (diff)
comment
Diffstat (limited to 'etckeeper')
-rwxr-xr-xetckeeper1
1 files changed, 1 insertions, 0 deletions
diff --git a/etckeeper b/etckeeper
index 0aa79ac..e669537 100755
--- a/etckeeper
+++ b/etckeeper
@@ -65,6 +65,7 @@ elif [ "x$1" = "x-h" ] || [ "x$1" = "x--help" ]; then
man etckeeper || echo "Usage: etckeeper command [-d directory]" >&2
exit 0
elif [ "x$1" = "x-v" ] || [ "x$1" = "x--version" ]; then
+ # This is automatically updated by the Makefile.
echo "Version: 1.17"
exit 0
fi