diff options
-rwxr-xr-x | etckeeper | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |