Auto-generate a version number for the program with git-describe.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 18 Jul 2007 19:03:46 +0000 (12:03 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Wed, 18 Jul 2007 19:03:46 +0000 (12:03 -0700)
commit117fafdd16cf070cda130d6d8ac321947692055a
tree8665d58add3f1feab816c85eb40b2645c0480b3d
parent28fd36f0df5411edc5c0177c5034a4dab66e7b1d
Auto-generate a version number for the program with git-describe.

If compiled from a git repository, embed the version number (output from
git-describe) into the resulting binary.  If this does not work for
whatever reason, the version string embedded is "Unknown".
.gitignore
Makefile
scandir.cc