summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2018-06-21 09:54:50 +0200
committerHerbert Valerio Riedel <hvr@gnu.org>2018-06-21 09:54:50 +0200
commit3048a87a3f2ef97d9f6559064d7a32ec7566542b (patch)
treec9e65b17ddaaf980eff2d517b50b847f1d81833c /configure.ac
parentc7cd5a643557a80fbeb96663281f2ab7523a2055 (diff)
downloadhaskell-3048a87a3f2ef97d9f6559064d7a32ec7566542b.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5301a6e435..ac464b6d2f 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@haskell.org], [ghc-AC_PACKAGE_VERSION])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.7], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
# Set this to YES for a released version, otherwise NO
: ${RELEASE=NO}