Commit Graph

3 Commits

Author SHA1 Message Date
David Korth
a4533f6f68 git_version.sh: Revert accidental change that broke the dirty flag. 2020-07-12 23:57:18 -04:00
David Korth
1bb267ff7d Version bump for development. (v1.6+) 2020-07-12 17:23:43 -04:00
David Korth
9e5eb74634 Added git version checking.
CMakeLists.txt: Run git_version.sh. This requires a POSIX shell and
git, and both must be present in PATH. If the script can't be run,
a dummy git.h will be generated in the top-level binary directory.

libromdata, win32: Added the top-level binary directory to the
private include directory list.

[win32] resource.rc: #include "libromdata/git.h"
Removed the version string from FileDescription, since it's redundant,
and it gets cut off on Windows 7.

TODO: The git version gets cut off on Windows 7, since it uses a
ListView instead of separate ListBox and Edit controls that were
used on Windows XP.
2016-10-17 02:26:59 -04:00