diff options
author | Ian Lynagh <igloo@earth.li> | 2007-09-13 18:17:33 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-09-13 18:17:33 +0000 |
commit | 879f92adc8080be65da30ae23d12db413c0d847b (patch) | |
tree | ca459f431fe6b708e341401e95dba676898afa9c /configure.ac | |
parent | 7022469ab84b59f18ce4ad0dbae2b81b5274a2b9 (diff) | |
download | haskell-879f92adc8080be65da30ae23d12db413c0d847b.tar.gz |
Bump version number 6.7 -> 6.9
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 cac3d38e4b..b63d25f540 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.7], [glasgow-haskell-bugs@haskell.org], [ghc]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.9], [glasgow-haskell-bugs@haskell.org], [ghc]) # Set this to YES for a released version, otherwise NO : ${RELEASE=NO} |