summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2013-01-05 14:24:40 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2013-01-05 14:24:40 -0500
commit154c6a0826f5c98e8cbc43b16dabf07c362f4390 (patch)
tree7f2668263aefe42110561a8096e4e0f4b335c973 /Makefile
parent0ca9f45c940a765105cc52c4c004f2f46b03357d (diff)
Bump version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3b4bcbc..d48043b 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ GHCFLAGS+=-Werror
9endif 9endif
10 10
11HLINTFLAGS=-u -XHaskell98 -XCPP -i 'Use camelCase' -i 'Use String' -i 'Use string literal' -i 'Use list comprehension' 11HLINTFLAGS=-u -XHaskell98 -XCPP -i 'Use camelCase' -i 'Use String' -i 'Use string literal' -i 'Use list comprehension'
12VERSION=0.5 12VERSION=0.6
13 13
14.PHONY: all clean doc install debian test 14.PHONY: all clean doc install debian test
15 15