[commit: ghc] ghc-8.0: configure.ac: Bump version to 8.0.1 (a8568e0)
git at git.haskell.org
git at git.haskell.org
Sun Jan 10 12:41:50 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/a8568e0edfbfa0e05bb317dd60cf9a2a09f8fbf1/ghc
>---------------------------------------------------------------
commit a8568e0edfbfa0e05bb317dd60cf9a2a09f8fbf1
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jan 10 13:38:54 2016 +0100
configure.ac: Bump version to 8.0.1
Was previously 8.0.0
>---------------------------------------------------------------
a8568e0edfbfa0e05bb317dd60cf9a2a09f8fbf1
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 637d3cb..ea08cdc 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], [8.0.0], [glasgow-haskell-bugs at haskell.org], [ghc])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.0.1], [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