Better Vercode Operation example

This commit is contained in:
Daniel Martí 2014-01-28 14:03:51 +01:00
parent 3e789bd6b5
commit 02f314b7bd

View file

@ -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. string will be passed to python's @code{eval} function.
Especially useful with apps that we want to compile for different ABIs, but 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} whose vercodes don't always have trailing zeros. For example, with
set at something like @code{%c*10 + 4}, we will be able to track updates and @code{Vercode Operation} set at something like @code{%c*10 + 4}, we will be
build three different versions of every upstream version. able to track updates and build up to four different versions of every
upstream version.
@node Archive Policy @node Archive Policy
@section Archive Policy @section Archive Policy