diff options
author | Ian Lynagh <igloo@earth.li> | 2011-11-10 17:03:47 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-11-10 17:03:47 +0000 |
commit | 618ad562e7d20c00528437b1138c789578aaf690 (patch) | |
tree | 97dc9a96164b7076767da98e5438985ac8092080 | |
parent | 455d1b75c921570f0da4672160706055ad080c2a (diff) | |
download | haskell-ghc-7.2.tar.gz |
Set RELEASE back to NOghc-7.2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5ed638cee9..d84605dd33 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.2.2], [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. 6.7, 6.6.1) is set in the AC_INIT line # above. If this is not a released version, then we will append the |