Build version.h to display git describe as the version info
commitb64dc86b3f2142e8fdcecc20df33cddf0d4a7771
authorKirill <kirillathome@gmail.com>
Fri, 26 Feb 2010 06:16:19 +0000 (26 01:16 -0500)
committerKirill <kirillathome@gmail.com>
Mon, 23 May 2011 14:31:29 +0000 (23 10:31 -0400)
tree919f9f62b1bf6e8f03f0a9e28d180cfb0e251b59
parent3923b2c0121ce61b3a22dde2c48d2731c86bfac4
Build version.h to display git describe as the version info

Originally, this file is used to be included in cheetah.rc to format
VERSIONINFO resource. Hence somewhat strict rules on the defines.

An annotated tag with the v\([0-9.]*\).* patern is required, otherwise
the version number will be "0,0,0,0".

Signed-off-by: Kirill <kirillathome@gmail.com>
.gitignore
common/Makefile
common/version.in [new file with mode: 0644]