build: use VERSION_SHORT instead of VERSION_STRING
commit5526c432c74c4196de724d2da7a43b186eb249b0
authorDaniel Borkmann <dborkman@redhat.com>
Mon, 29 Jul 2013 15:48:48 +0000 (29 17:48 +0200)
committerDaniel Borkmann <dborkman@redhat.com>
Mon, 29 Jul 2013 15:48:48 +0000 (29 17:48 +0200)
tree5921749e5fc93ea35d5ebcf39c6042701847d8f1
parentb25ff2b27347d8559b96b4d82c7540a6c5023e5c
build: use VERSION_SHORT instead of VERSION_STRING

We have recently changed VERSION_STRING to append CONFIG_RC at the
end of the string. Thus, for the build system, change it to
VERSION_SHORT where needed, e.g. in release targets where the "+"
appendix is not wished.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Cmds
Makefile
Misc