Allow a postfix to be defined for the version number
authorJouni Malinen <jouni.malinen@atheros.com>
Thu, 7 Oct 2010 07:51:04 +0000 (10:51 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 7 Oct 2010 07:51:04 +0000 (10:51 +0300)
commitbf0ed63f3fa3e026370b518a4d7f574244f3c660
tree6ca51c5da045fd4e11738d8ff8d453dc14e533d8
parent199716adb3ab4688cb0b97eb38c57de776ce6bc2
Allow a postfix to be defined for the version number

A separate build number (etc.) version number postfix can now be
added to the build without having to modify source code files by
defining VERSION_STR_POSTFIX. This can be done, e.g., by adding
following line to .config:

CFLAGS += -DVERSION_STR_POSTFIX=\"-foo\"
src/common/version.h