aboutsummaryrefslogtreecommitdiffstats
path: root/src/version.c
Commit message (Collapse)AuthorAgeFilesLines
* build: Report gcc and binutils versions in debug logKevin O'Connor2015-10-151-0/+1
| | | | | | | Attempt to extract the gcc and binutils versions. Report that information in the debug log. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* build: Rework version generation; don't allow make version overrideKevin O'Connor2015-10-151-0/+4
Convert the script to generate the build version from a shell script to a python script. Remove the ability to override the version at build time via "make VERSION=xyz". Replace it with ability to add extra version information at build time via "make EXTRAVERSION=xyz". Signed-off-by: Kevin O'Connor <kevin@koconnor.net>