summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-01-29 03:20:17 -0600
committerAustin Seipp <austin@well-typed.com>2014-01-29 03:20:17 -0600
commit466d06914312bce40647f3e4f4d523964cc6a588 (patch)
treef0a30f225cb5e5075fd420f83e1f67696d244f13
parent9ed12c7d4685772a776352f1840462f64a735805 (diff)
downloadhaskell-466d06914312bce40647f3e4f4d523964cc6a588.tar.gz
Bump version: 7.7 -> 7.9ghc-7.9-start
Signed-off-by: Austin Seipp <austin@well-typed.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cb411f3f19..33d4e7c515 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.7], [glasgow-haskell-bugs@haskell.org], [ghc])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.9], [glasgow-haskell-bugs@haskell.org], [ghc])
# Set this to YES for a released version, otherwise NO
: ${RELEASE=NO}