aboutsummaryrefslogtreecommitdiff
path: root/src/version.c
AgeCommit message (Collapse)AuthorFilesLines
2021-09-24version.c: Mark version strings constHelge Deller1-2/+2
Signed-off-by: Helge Deller <deller@gmx.de>
2015-10-15build: Report gcc and binutils versions in debug logKevin O'Connor1-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>
2015-10-15build: Rework version generation; don't allow make version overrideKevin O'Connor1-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>