summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2012-08-06 11:31:06 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2012-08-06 11:31:06 -0500
commitfe02ee122ce86a4f42d447c4070aed7ddf6a64e0 (patch)
tree8e8a5a339b941bbf42a714c070d0c2e19450246c
parent99a2d2eb45188e7f66e2c09f8574a38d71eacc70 (diff)
Bump to 0.4
-rw-r--r--Makefile2
-rw-r--r--openpgp.cabal2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2d79bed..30a0e44 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ GHCFLAGS=-Wall -fno-warn-name-shadowing -XHaskell98
5endif 5endif
6 6
7HLINTFLAGS=-XHaskell98 -XCPP -i 'Use camelCase' -i 'Use String' -i 'Use head' -i 'Use string literal' -i 'Use list comprehension' --utf8 7HLINTFLAGS=-XHaskell98 -XCPP -i 'Use camelCase' -i 'Use String' -i 'Use head' -i 'Use string literal' -i 'Use list comprehension' --utf8
8VERSION=0.3 8VERSION=0.4
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 2d79bc4..61d6e1a 100644
--- a/openpgp.cabal
+++ b/openpgp.cabal
@@ -1,5 +1,5 @@
1name: openpgp 1name: openpgp
2version: 0.3 2version: 0.4
3cabal-version: >= 1.8 3cabal-version: >= 1.8
4license: OtherLicense 4license: OtherLicense
5license-file: COPYING 5license-file: COPYING