Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
singpolyma committed Sep 25, 2013
1 parent ece0c78 commit 9362ba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GHCFLAGS=-Wall -XNoCPP -fno-warn-name-shadowing -XHaskell98 -O2
HLINTFLAGS=-XHaskell98 -XNoCPP -i 'Use camelCase' -i 'Use String' -i 'Use head' -i 'Use string literal' -i 'Use list comprehension' --utf8
VERSION=0.6
VERSION=0.6.1

.PHONY: all clean doc install

Expand Down
2 changes: 1 addition & 1 deletion route-generator.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: route-generator
version: 0.6
version: 0.6.1
cabal-version: >= 1.8
license: OtherLicense
license-file: COPYING
Expand Down

0 comments on commit 9362ba2

Please sign in to comment.