diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-07-21 17:37:48 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-07-21 17:37:48 (EDT) |
commit | bb1349b19eae8203b25c696b60798b9db9eab17e (patch) | |
tree | 1698aa09847be9cc33091fdedd377afca5091444 /src | |
parent | a14510ba6ebd4fab1da5e071343c83f9d17f7aaf (diff) |
ppt-make: Set PPT_VERSION with a sed macro
Diffstat (limited to 'src')
-rw-r--r-- | src/ppt-make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ppt-make b/src/ppt-make index 63e03f6..b676971 100644 --- a/src/ppt-make +++ b/src/ppt-make @@ -2,7 +2,7 @@ set -eu -PPT_VERSION='1.0.0' +PPT_VERSION='@PPT_VERSION@' PLATFORM= MAINTAINER_NAME= MAINTAINER_MAILBOX= |