diff options
author | Ian Lynagh <igloo@earth.li> | 2006-10-24 00:35:53 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2006-10-24 00:35:53 +0000 |
commit | b34e749e0a7593eaeb79ef5c656ab8ea1d42dabe (patch) | |
tree | 0b9000195eb673125a483d7ee4db4964433ee72c /configure.ac | |
parent | b709009c523c281824005e6c0158a8e136d73931 (diff) | |
download | haskell-b34e749e0a7593eaeb79ef5c656ab8ea1d42dabe.tar.gz |
Bump the HEAD to 6.7
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 e9ad212a97..37bf318b43 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.5], [glasgow-haskell-bugs@haskell.org], [ghc]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.7], [glasgow-haskell-bugs@haskell.org], [ghc]) if test ! -f mk/config.h.in; then echo "mk/config.h.in doesn't exist: perhaps you haven't run 'autoreconf'?" |