summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-09-13 18:17:33 +0000
committerIan Lynagh <igloo@earth.li>2007-09-13 18:17:33 +0000
commit879f92adc8080be65da30ae23d12db413c0d847b (patch)
treeca459f431fe6b708e341401e95dba676898afa9c /configure.ac
parent7022469ab84b59f18ce4ad0dbae2b81b5274a2b9 (diff)
downloadhaskell-879f92adc8080be65da30ae23d12db413c0d847b.tar.gz
Bump version number 6.7 -> 6.9
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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}