summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2013-08-10 13:35:43 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2013-08-10 13:35:43 -0500
commit7b504d9a660d2face47972e0c4b5638ebc9454a0 (patch)
tree41ebbb5f3e1500915a3bd8b60cd062e2cbf5f4aa
parent66e02f12198b4c9497d6193920ff80bc13551821 (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 d48043b..1311fcd 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.6 12VERSION=0.6.1
13 13
14.PHONY: all clean doc install debian test 14.PHONY: all clean doc install debian test
15 15
diff --git a/openpgp.cabal b/openpgp.cabal
index c9e1f84..7214bf5 100644
--- a/openpgp.cabal
+++ b/openpgp.cabal
@@ -1,5 +1,5 @@
1name: openpgp 1name: openpgp
2version: 0.6 2version: 0.6.1
3cabal-version: >= 1.8 3cabal-version: >= 1.8
4license: OtherLicense 4license: OtherLicense
5license-file: COPYING 5license-file: COPYING