diff options
author | Ian Lynagh <igloo@earth.li> | 2011-12-13 01:33:51 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-12-13 01:33:51 +0000 |
commit | 2825685e8dda51a9c9cc11a9ff7bdd05a582aecc (patch) | |
tree | e29c199736bbb051048e06245253eb85a0ef900a /configure.ac | |
parent | 77c9cf6bed68ab5d9e8c3f2b4271d203e43ee5c0 (diff) | |
download | haskell-2825685e8dda51a9c9cc11a9ff7bdd05a582aecc.tar.gz |
Bump version number to 7.5
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 475f734aa0..e2add4c4a2 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.3], [glasgow-haskell-bugs@haskell.org], [ghc]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.5], [glasgow-haskell-bugs@haskell.org], [ghc]) # Set this to YES for a released version, otherwise NO : ${RELEASE=NO} |