summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-04-07 15:13:49 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-04-12 13:23:30 -0400
commite05df3e1380989ca00ecd88b6d7d0f4aec5502fb (patch)
tree865c89d7d715ea6226910825e6c5a238f507c1f7 /configure.ac
parentbeaa07d204a779cc509985765a87da95faefb359 (diff)
downloadhaskell-e05df3e1380989ca00ecd88b6d7d0f4aec5502fb.tar.gz
gitlab-ci: Ensure that version number has three components
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 d1091e0261..6457873715 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.9], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.9.0], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
# Set this to YES for a released version, otherwise NO
: ${RELEASE=NO}