diff options
author | Ian Lynagh <igloo@earth.li> | 2010-09-21 19:59:35 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-09-21 19:59:35 +0000 |
commit | 43e5415176ae4f37462999e636f8e23c90689d2c (patch) | |
tree | 3c8321314b6fe4088fcc368e1dfa9367715a6c2f /configure.ac | |
parent | 2d8835178b858bd6e533e456d7811bb540d44bcf (diff) | |
download | haskell-43e5415176ae4f37462999e636f8e23c90689d2c.tar.gz |
Bump version to 7.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a8539fb166..db268ab983 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ dnl # see what flags are available. (Better yet, read the documentation!) # -AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.13], [glasgow-haskell-bugs@haskell.org], [ghc]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.1], [glasgow-haskell-bugs@haskell.org], [ghc]) # Set this to YES for a released version, otherwise NO : ${RELEASE=NO} |