aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Mykyta Holubakha <hilobakho@gmail.com>2020-02-02 14:05:05 +0100
committerGravatar Mykyta Holubakha <hilobakho@gmail.com>2020-02-02 14:05:05 +0100
commit914a740ac5d0bfd268641a67ffc8cd2251101e62 (patch)
treee035f5a6330ff208244f22c1d2f6e8713d01d9e4 /Makefile
parent052e56ccd662fba25abd7780be5feb66a8e0710b (diff)
Version bump to 0.5
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c895ee7..222ff4b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 0.4
+VERSION = 0.5
CFLAGS += -std=c99 -g -Wall -Wextra -DVERSION=\"${VERSION}\" -D_POSIX_C_SOURCE=200809L
LDLIBS = -lm