Starting with GCC 13, cstdint is included by fewer headers and needs
to be explicitly included in help.h, so that uint16_t is defined. See
https://gcc.gnu.org/gcc-13/porting_to.html for details.
Signed-off-by: Stephen Kitt <steve@sk2.org>
Specified version string in makefile will now propogate to VERSION as a
macro appended to CFLAGS.
Cleaned up version string, quotes not necessary when specifying
major/minor/micro, though this is purely cosmetic.
Signed-off-by: Kevin Pearson <pearosn.kevin.m@gmail.com>