[commit: ghc] ghc-7.8: Bump version: 7.7 -> 7.8 (7c22ec6)
git at git.haskell.org
git at git.haskell.org
Wed Jan 29 09:20:47 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.8
Link : http://ghc.haskell.org/trac/ghc/changeset/7c22ec68afdffa2b4937aca9b0ad82d441847f3d/ghc
>---------------------------------------------------------------
commit 7c22ec68afdffa2b4937aca9b0ad82d441847f3d
Author: Austin Seipp <austin at well-typed.com>
Date: Wed Jan 29 03:15:56 2014 -0600
Bump version: 7.7 -> 7.8
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
7c22ec68afdffa2b4937aca9b0ad82d441847f3d
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index cb411f3..7bb83fb 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 at haskell.org], [ghc])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.8], [glasgow-haskell-bugs at haskell.org], [ghc])
# Set this to YES for a released version, otherwise NO
: ${RELEASE=NO}
More information about the ghc-commits
mailing list