diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-20 08:14:13 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-20 08:14:13 +0000 |
commit | ea93c706cfefebb98e44f9d85792356445659408 (patch) | |
tree | 8acd10e80e70c8b35f07b51526b79d598090f182 /docs/resources/make_cover.sh | |
parent | c70baaeb249f0e1dc5c9e14344e60afe68d64698 (diff) |
Adjust version to AGL and update documentation
Change-Id: I0e6501ce6cc56731f004804f8654bc9d15204cd6
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'docs/resources/make_cover.sh')
-rwxr-xr-x | docs/resources/make_cover.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/resources/make_cover.sh b/docs/resources/make_cover.sh index fef2087..b7971c1 100755 --- a/docs/resources/make_cover.sh +++ b/docs/resources/make_cover.sh @@ -1,10 +1,10 @@ #!/bin/bash -cat cover.svg | sed -e 's/{title}/Low Level CAN binding/' \ +cat cover.svg | sed -e 's/{title}/High Level Viwi CAN binding/' \ -e 's/font-size:87.5px/font-size:50px/g' \ -e 's/{subtitle}//g' \ - -e 's/{version}/Version 1.0/g' \ - -e 's/{date}/March 2017/g' \ + -e 's/{version}/Version 4.0/g' \ + -e 's/{date}/June 2017/g' \ > /tmp/cover.svg # use imagemagick convert tool (cover size must be 1800x2360) |