diff options
author | Ben Gamari <ben@smart-cactus.org> | 2015-10-26 16:37:31 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-10-26 16:37:31 +0100 |
commit | 8c90071bfe39ee23653bba6daa042faddd4ecb06 (patch) | |
tree | 65463f8a7f58b93de8d49afbaced6c02f40a2c89 | |
parent | f7cb40bbca319677e508b768ec8fe92deee9dc90 (diff) | |
download | haskell-8c90071bfe39ee23653bba6daa042faddd4ecb06.tar.gz |
configure.ac: Bump to 7.10.3
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5b94d07021..8a6ecdce16 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.10.2], [glasgow-haskell-bugs@haskell.org], [ghc]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.10.3], [glasgow-haskell-bugs@haskell.org], [ghc]) # Set this to YES for a released version, otherwise NO : ${RELEASE=NO} |