From 466d06914312bce40647f3e4f4d523964cc6a588 Mon Sep 17 00:00:00 2001 From: Austin Seipp <austin@well-typed.com> Date: Wed, 29 Jan 2014 03:20:17 -0600 Subject: [PATCH] Bump version: 7.7 -> 7.9 Signed-off-by: Austin Seipp <austin@well-typed.com> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cb411f3f19d5..33d4e7c51590 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} -- GitLab