MAKAO BUILD ENGINE  2.3.0
 All Groups Pages
NAMEPLATE_SW_REV

This variable is optional and valid when using Nameplate support. It specifies the revision number of the software. If is used by the nameplate generator. Example:

NAMEPLATE_SW_REV = 123

It is possible to use this variable to pass information about the software revision from other tools, such as subversion:

NAMEPLATE_SW_REV = $(shell svnversion | cut -d: -f2 | tr -d MSP)