aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-12-24 17:49:18 -0500
committerB. Watson <urchlay@slackware.uk>2024-12-24 17:49:18 -0500
commit819936f4e536299f1e2eefc650e447ee3eecbe9b (patch)
treecb3f7d61ff6ed3ad7a772bcc85f5d08dfc17c06b /Makefile
parent92e123ac0419a3388cda0001fb01efa9c2ccc1cf (diff)
downloaduxd-819936f4e536299f1e2eefc650e447ee3eecbe9b.tar.gz
add -A (ASCII output) option
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3b074e7..fcf4a9d 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ GZIP_MAN=yes
#
### No user-serviceable parts below.
-VERSION=0.3.0
+VERSION=1.0.0
DEFINES=-DVERSION='"$(VERSION)"'
WARNFLAGS=-std=c89 -Wall -pedantic -Wextra