From 19a269516f4e68cd1978cd939a4dfbf1bd2db86c Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Thu, 13 Apr 2017 09:45:58 -0400 Subject: Ensure we do proper versioning in the script and manpage Fixup how we do versioning for git builds, and fix the missing package version in the manpage and the static version in the script. --- asp.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'asp.in') diff --git a/asp.in b/asp.in index 2f18e58..9077617 100644 --- a/asp.in +++ b/asp.in @@ -1,5 +1,6 @@ #!/bin/bash +ASP_VERSION=@ASP_VERSION@ ARCH_GIT_REPOS=(packages community) OPT_ARCH=$(uname -m) @@ -14,7 +15,7 @@ m4_include(archweb.inc.sh) usage() { cat<