summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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