Skip to content

Commit

Permalink
Set VERSION=7.10.1, RELEASE=YES
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Seipp <[email protected]>
  • Loading branch information
thoughtpolice committed Mar 25, 2015
1 parent 774a716 commit ca00def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ dnl
# see what flags are available. (Better yet, read the documentation!)
#

AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.10.0], [[email protected]], [ghc])
AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.10.1], [[email protected]], [ghc])

# Set this to YES for a released version, otherwise NO
: ${RELEASE=NO}
: ${RELEASE=YES}

# 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
Expand Down

0 comments on commit ca00def

Please sign in to comment.