aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-12-21 04:38:25 -0500
committerB. Watson <urchlay@slackware.uk>2024-12-21 04:38:25 -0500
commit7691fc67b9c86678c8c19ca0bd03f4b3c86aed97 (patch)
tree19e225b4c476160173fdf383a308b30331d613b6 /Makefile
parentee34161d10087135b2163e526c5a7bbcbaef11ed (diff)
downloaduxd-7691fc67b9c86678c8c19ca0bd03f4b3c86aed97.tar.gz
bump version number to 0.3.0.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4876db3..3b074e7 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ GZIP_MAN=yes
#
### No user-serviceable parts below.
-VERSION=0.2.1
+VERSION=0.3.0
DEFINES=-DVERSION='"$(VERSION)"'
WARNFLAGS=-std=c89 -Wall -pedantic -Wextra