diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-04-21 14:20:52 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-04-21 14:20:52 +0100 |
commit | c66f4782b28e9234e82dacc65d767af40d2304c7 (patch) | |
tree | 7f172bdc4aaa48786660b0cbbe6cd2b2a3cc2dea | |
parent | 328c233626dfb816007ddec5fbfd417746e41bbe (diff) | |
download | haskell-ghc-7.6.tar.gz |
Set RELEASE back to NOghc-7.6
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1986367865..9388552dd3 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.6.3], [glasgow-haskell-bugs@haskell.org], [ghc]) # 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 |