diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-20 08:11:17 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-20 08:11:17 +0000 |
commit | 5e5083d7cea3aa252fb0c248f8eb5284218f9900 (patch) | |
tree | 6faba1b29752a55bbe32e7e8fe89fcf35a47f7be /docs/resources | |
parent | c6353c0504082b19304a60782be44a39ae253865 (diff) |
Align with AGL version
And unify prefix with audio binding and others bindings
Change-Id: I685afd2e4c75c813ac9af8ab3281fedc04b9289e
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'docs/resources')
-rwxr-xr-x | docs/resources/make_cover.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/resources/make_cover.sh b/docs/resources/make_cover.sh index fef20876..bcbfc1e9 100755 --- a/docs/resources/make_cover.sh +++ b/docs/resources/make_cover.sh @@ -3,8 +3,8 @@ cat cover.svg | sed -e 's/{title}/Low Level 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) |