aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-15 05:40:17 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-15 05:40:17 -0400
commitd2b2532b8a4c07c2f7c15b368e9cc0ffa724056a (patch)
treef0eb15fa69ae55ee42e45da4e030dc32d8102d41
parente237b6858830f9d8355b7ae91506bf6af3f15009 (diff)
downloadfujinet-chat-d2b2532b8a4c07c2f7c15b368e9cc0ffa724056a.tar.gz
Public alpha 1.alpha1
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 83a7c33..88fd65d 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ PARTS=loading1.xex config/config.xex loading2.xex memsetup.xex font_dl.xex clien
TESTXEX=fnchat-$(shell date +%Y%m%d-%H%M).xex
-VERSION:=$(shell git describe --long 2>/dev/null || echo NOGIT )+$(shell date +%Y%m%d-%H%M )@$(shell hostname -s 2>/dev/null || echo UNKNOWN )
+VERSION:=$(shell git describe --dirty --long 2>/dev/null || echo NOGIT )+$(shell date +%Y%m%d-%H%M )@$(shell hostname -s 2>/dev/null || echo UNKNOWN )
# remove the -a if using older versions of atasm
ATASM=atasm -s -a