aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-12-17 02:23:03 -0500
committerB. Watson <urchlay@slackware.uk>2024-12-17 02:23:03 -0500
commit96f379ca98ed54c3571c35e2b1f9e532e2a863b1 (patch)
tree752afab2f95d1725a2b1fb553c40f75c30020def
parent54acff83d6def5db46b486766e415239dceb403a (diff)
downloaduxd-96f379ca98ed54c3571c35e2b1f9e532e2a863b1.tar.gz
update VERSION to 0.2.1
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 459d136..4876db3 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ GZIP_MAN=yes
#
### No user-serviceable parts below.
-VERSION=0.1.0
+VERSION=0.2.1
DEFINES=-DVERSION='"$(VERSION)"'
WARNFLAGS=-std=c89 -Wall -pedantic -Wextra