[commit: ghc] ghc-8.0: configure.ac: Bump down version number (497454f)

git at git.haskell.org git at git.haskell.org
Mon Jan 11 22:43:10 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/497454fc6610d67a2b2cd7902390c6497bddb483/ghc

>---------------------------------------------------------------

commit 497454fc6610d67a2b2cd7902390c6497bddb483
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Jan 11 10:48:03 2016 +0100

    configure.ac: Bump down version number
    
    To ensure that the release candidate version has the correct
    lexicographic relation to the release.


>---------------------------------------------------------------

497454fc6610d67a2b2cd7902390c6497bddb483
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index ea08cdc..637d3cb 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.1], [glasgow-haskell-bugs at haskell.org], [ghc])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.0.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