[commit: ghc] master: Fix incorrect GHC versioning (3048a87)

git at git.haskell.org git at git.haskell.org
Thu Jun 21 07:56:23 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/3048a87a3f2ef97d9f6559064d7a32ec7566542b/ghc

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

commit 3048a87a3f2ef97d9f6559064d7a32ec7566542b
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Thu Jun 21 09:54:50 2018 +0200

    Fix incorrect GHC versioning
    
    This is an unstable release, hence it must be x.y.$DATE, rather than x.y.0.$DATE
    which would denote a stable pre-release snapshot.


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

3048a87a3f2ef97d9f6559064d7a32ec7566542b
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 5301a6e..ac464b6 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.7.0], [glasgow-haskell-bugs at haskell.org], [ghc-AC_PACKAGE_VERSION])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.7], [glasgow-haskell-bugs at haskell.org], [ghc-AC_PACKAGE_VERSION])
 
 # Set this to YES for a released version, otherwise NO
 : ${RELEASE=NO}



More information about the ghc-commits mailing list