branch: elpa/haskell-mode commit 8d0f44bfe2a9ab6b0969c9bafb75089f315ff5ae Author: Steve Purcell <st...@sanityinc.com> Commit: Steve Purcell <st...@sanityinc.com>
Release 17.5 --- Makefile | 2 +- NEWS | 4 ++++ doc/haskell-mode.texi | 4 ++-- haskell-mode.el | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index a17910e6d4..af684535b1 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ # We should have a script that changes it everywhere it is needed and # syncs it with current git tag. # -VERSION = 17.4 +VERSION = 17.5 INSTALL_INFO = install-info diff --git a/NEWS b/NEWS index 222a0f7c65..a837abd0d3 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,10 @@ This file uses Org mode. Some useful (default) key-bindings: - Use "<backtab>" to cycle visibility of all nodes - Use "C-c C-o" to open links +* Changes in 17.5 + +- See [[https://github.com/haskell/haskell-mode/compare/v17.4...v17.5][Git history]] + * Changes in 17.4 - See [[https://github.com/haskell/haskell-mode/compare/v17.3...v17.4][Git history]] diff --git a/doc/haskell-mode.texi b/doc/haskell-mode.texi index fb65442a1c..855ef92f5b 100644 --- a/doc/haskell-mode.texi +++ b/doc/haskell-mode.texi @@ -2,7 +2,7 @@ @c %**start of header @setfilename haskell-mode.info @documentencoding UTF-8 -@settitle Haskell Mode 17.4 +@settitle Haskell Mode 17.5 @c %**end of header @c Macro used to mark references of defcustom variables @@ -17,7 +17,7 @@ @end direntry @copying -This manual is for Haskell mode, version 17.4 +This manual is for Haskell mode, version 17.5 Copyright @copyright{} 2013-2017 Haskell Mode contributors. diff --git a/haskell-mode.el b/haskell-mode.el index 670866a79a..f8e7c3fb35 100644 --- a/haskell-mode.el +++ b/haskell-mode.el @@ -5,7 +5,7 @@ ;; Copyright © 1992, 1997-1998 Simon Marlow, Graeme E Moss, and Tommy Thorn -;; Version: 17.4 +;; Version: 17.5 ;; Package-Requires: ((emacs "25.1")) ;; Keywords: haskell cabal ghc repl languages ;; URL: https://github.com/haskell/haskell-mode