diff options
author | Ian Lynagh <igloo@earth.li> | 2011-07-01 22:38:19 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-07-02 00:37:05 +0100 |
commit | 03e3dd725ebe4bf61666862089a7ae624efb8e23 (patch) | |
tree | 82b188833836509a3c6507562601ca48ee3c09a2 /configure.ac | |
parent | 6dc7a493cf6e191b2e45d18d0fb858d048d8713a (diff) | |
download | haskell-03e3dd725ebe4bf61666862089a7ae624efb8e23.tar.gz |
Bump version number to 7.3
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 277f399b59..2ab11c9914 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], [7.1], [glasgow-haskell-bugs@haskell.org], [ghc]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.3], [glasgow-haskell-bugs@haskell.org], [ghc]) # Set this to YES for a released version, otherwise NO : ${RELEASE=NO} |