aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2008-02-11 10:25:57 +0000
committerDavid Waern <david.waern@gmail.com>2008-02-11 10:25:57 +0000
commit44078266ac5a1cbba503c32e3e2aa22db0e45820 (patch)
tree217594185dbbccade93913bcc6318972925f52ff /haddock.cabal
parent9396279ace2b85caad9abb9b7c90118fd73d3e37 (diff)
Bump the version number to 2.1.0
Since the exported datatype DocName has changed, we need to bump the major version number. Let's also drop the fourth version component, it's not that useful.
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 957df648..13410ea2 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -1,7 +1,7 @@
cabal-version: >= 1.2
build-type: Simple
name: haddock
-version: 2.0.0.0
+version: 2.1.0
license: BSD3
license-file: LICENSE
copyright: (c) Simon Marlow, David Waern