diff options
author | David Waern <david.waern@gmail.com> | 2008-02-11 10:25:57 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2008-02-11 10:25:57 +0000 |
commit | 44078266ac5a1cbba503c32e3e2aa22db0e45820 (patch) | |
tree | 217594185dbbccade93913bcc6318972925f52ff /haddock.cabal | |
parent | 9396279ace2b85caad9abb9b7c90118fd73d3e37 (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.cabal | 2 |
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 |