diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-21 04:38:25 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-21 04:38:25 -0500 |
commit | 7691fc67b9c86678c8c19ca0bd03f4b3c86aed97 (patch) | |
tree | 19e225b4c476160173fdf383a308b30331d613b6 /Makefile | |
parent | ee34161d10087135b2163e526c5a7bbcbaef11ed (diff) | |
download | uxd-7691fc67b9c86678c8c19ca0bd03f4b3c86aed97.tar.gz |
bump version number to 0.3.0.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |