summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-01-11 10:48:03 +0100
committerBen Gamari <ben@smart-cactus.org>2016-01-11 10:48:03 +0100
commit497454fc6610d67a2b2cd7902390c6497bddb483 (patch)
tree687521fc66504a6962715713e9bb7055659600e1
parenta8568e0edfbfa0e05bb317dd60cf9a2a09f8fbf1 (diff)
downloadhaskell-ghc-8.0.1-rc1.tar.gz
configure.ac: Bump down version numberghc-8.0.1-rc1
To ensure that the release candidate version has the correct lexicographic relation to the release.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ea08cdc6a4..637d3cba68 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@haskell.org], [ghc])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.0.0], [glasgow-haskell-bugs@haskell.org], [ghc])
# Set this to YES for a released version, otherwise NO
: ${RELEASE=NO}