From: Daniel Martí Date: Tue, 28 Jan 2014 13:03:51 +0000 (+0100) Subject: Better Vercode Operation example X-Git-Tag: 0.2~342^2~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=02f314b7bd29621b2233b945eb86f144d23b1f4a;p=fdroidserver.git Better Vercode Operation example --- diff --git a/docs/fdroid.texi b/docs/fdroid.texi index 29e94d08..9452f19e 100644 --- a/docs/fdroid.texi +++ b/docs/fdroid.texi @@ -1185,9 +1185,10 @@ Check Mode}. @code{%c} will be replaced by the actual vercode, and the whole string will be passed to python's @code{eval} function. Especially useful with apps that we want to compile for different ABIs, but -whose vercodes don't always have trailing zeros. With @code{Vercode Operation} -set at something like @code{%c*10 + 4}, we will be able to track updates and -build three different versions of every upstream version. +whose vercodes don't always have trailing zeros. For example, with +@code{Vercode Operation} set at something like @code{%c*10 + 4}, we will be +able to track updates and build up to four different versions of every +upstream version. @node Archive Policy @section Archive Policy