summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2012-12-29 15:14:37 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2012-12-29 15:14:37 -0500
commit28c581683cb3a04b87b4eee1b46e40e96098b770 (patch)
tree31f34264d497dcf039174760c1affc63005d1ffe
parente8e14f2cc9023794dfd2cf77943650ce28e2b36c (diff)
version bump
-rw-r--r--Makefile2
-rw-r--r--openpgp.cabal2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9cb9cf4..35b6523 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ GHCFLAGS=-Wall -O2 -fno-warn-name-shadowing -XHaskell98
5endif 5endif
6 6
7HLINTFLAGS=-u -XHaskell98 -XCPP -i 'Use camelCase' -i 'Use String' -i 'Use string literal' -i 'Use list comprehension' 7HLINTFLAGS=-u -XHaskell98 -XCPP -i 'Use camelCase' -i 'Use String' -i 'Use string literal' -i 'Use list comprehension'
8VERSION=0.4 8VERSION=0.5
9 9
10.PHONY: all clean doc install debian test 10.PHONY: all clean doc install debian test
11 11
diff --git a/openpgp.cabal b/openpgp.cabal
index c20dc2e..69def36 100644
--- a/openpgp.cabal
+++ b/openpgp.cabal
@@ -1,5 +1,5 @@
1name: openpgp 1name: openpgp
2version: 0.4 2version: 0.5
3cabal-version: >= 1.8 3cabal-version: >= 1.8
4license: OtherLicense 4license: OtherLicense
5license-file: COPYING 5license-file: COPYING