bump version info and add compile info to version

This commit is contained in:
2024-12-19 11:46:19 -06:00
parent 8ac77308f4
commit ec2591c926
3 changed files with 22 additions and 4 deletions

View File

@ -19,7 +19,7 @@ install: XD
chmod 755 $(PREFIX)/bin/XD
mkdir -p $(MANDIR)/man1
cp -f XD.1 $(MANDIR)/man1
chmod 644 $(PREFIX)/man1/XD.1
chmod 644 $(MANDIR)/man1/XD.1
uninstall: XD
rm -f $(PREFIX)/bin/XD $(MANDIR)/man1/XD.1