diff options
author | Austin Seipp <austin@well-typed.com> | 2014-12-22 09:48:13 -0600 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-12-22 09:48:13 -0600 |
commit | 18bf6d5de5c8eed68584921f46efca79d7d59d6a (patch) | |
tree | 2c9b243263f9aa5d68342d84bce7f7e0185e419f /configure.ac | |
parent | eb4d96e15991d8a03fcbf2385a14dc7e4cb64bcf (diff) | |
download | haskell-18bf6d5de5c8eed68584921f46efca79d7d59d6a.tar.gz |
Bump version to 7.11ghc-7.11-start
Signed-off-by: Austin Seipp <austin@well-typed.com>
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 97fdc2f749..8fadf30352 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], [7.9], [glasgow-haskell-bugs@haskell.org], [ghc]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.11], [glasgow-haskell-bugs@haskell.org], [ghc]) # Set this to YES for a released version, otherwise NO : ${RELEASE=NO} |