diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-01-20 16:39:01 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-01-20 16:39:01 -0500 |
commit | 9b4a6774de5144b70c7a47cb759c928fa992e255 (patch) | |
tree | 258b888876ec44897d90c1c69e489ffcb3ac49dd | |
parent | 0c81de31db29f9ce51f352a5f287986645f3406e (diff) | |
download | haskell-wip/ghc-8.8-backports.tar.gz |
Set RELEASE=NOwip/ghc-8.8-backports
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f7687eb1b7..1dd2374708 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.8.2], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) # Set this to YES for a released version, otherwise NO -: ${RELEASE=YES} +: ${RELEASE=NO} # The primary version (e.g. 7.5, 7.4.1) is set in the AC_INIT line # above. If this is not a released version, then we will append the |