From 5e5083d7cea3aa252fb0c248f8eb5284218f9900 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 20 Jun 2017 08:11:17 +0000 Subject: Align with AGL version And unify prefix with audio binding and others bindings Change-Id: I685afd2e4c75c813ac9af8ab3281fedc04b9289e Signed-off-by: Romain Forlot --- docs/resources/make_cover.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/resources/make_cover.sh') 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) -- cgit 1.2.3-korg