diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-11-30 16:40:50 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-11-30 16:40:50 +0000 |
commit | a81e2cf43e1fa2ef9de7ff41b85d290ba6179f8f (patch) | |
tree | 07ab22daf331086268445304ebc8ef21ea69095e /libraries | |
parent | f389e29d3d553d2dfb7153c0e1980818ce37988d (diff) | |
download | haskell-a81e2cf43e1fa2ef9de7ff41b85d290ba6179f8f.tar.gz |
Bump version number following new policy
We now keep the HEAD version numbers as values which would be suitable
for immediate release.
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/integer-simple/integer-simple.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/integer-simple/integer-simple.cabal b/libraries/integer-simple/integer-simple.cabal index 3f8e713520..bf11967c98 100644 --- a/libraries/integer-simple/integer-simple.cabal +++ b/libraries/integer-simple/integer-simple.cabal @@ -1,5 +1,5 @@ name: integer-simple -version: 0.1.0.1 +version: 0.1.1.0 -- GHC 7.6.1 released with 0.1.0.1 license: BSD3 license-file: LICENSE |