[commit: ghc] ghc-7.10: Bump version to 7.10.0 (bb06039)
git at git.haskell.org
git at git.haskell.org
Mon Dec 22 15:46:22 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.10
Link : http://ghc.haskell.org/trac/ghc/changeset/bb0603902568cd2442430ea9848d56f2498c854a/ghc
>---------------------------------------------------------------
commit bb0603902568cd2442430ea9848d56f2498c854a
Author: Austin Seipp <austin at well-typed.com>
Date: Mon Dec 22 09:46:08 2014 -0600
Bump version to 7.10.0
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
bb0603902568cd2442430ea9848d56f2498c854a
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 97fdc2f..c98feb8 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.9], [glasgow-haskell-bugs at haskell.org], [ghc])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.10.0], [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