Skip to content

Commit 8d0f44b

Browse files
committed
Release 17.5
1 parent 21d78e3 commit 8d0f44b

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# We should have a script that changes it everywhere it is needed and
1111
# syncs it with current git tag.
1212
#
13-
VERSION = 17.4
13+
VERSION = 17.5
1414

1515
INSTALL_INFO = install-info
1616

NEWS

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This file uses Org mode. Some useful (default) key-bindings:
66
- Use "<backtab>" to cycle visibility of all nodes
77
- Use "C-c C-o" to open links
88

9+
* Changes in 17.5
10+
11+
- See [[https://github.com/haskell/haskell-mode/compare/v17.4...v17.5][Git history]]
12+
913
* Changes in 17.4
1014

1115
- See [[https://github.com/haskell/haskell-mode/compare/v17.3...v17.4][Git history]]

doc/haskell-mode.texi

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@c %**start of header
33
@setfilename haskell-mode.info
44
@documentencoding UTF-8
5-
@settitle Haskell Mode 17.4
5+
@settitle Haskell Mode 17.5
66
@c %**end of header
77

88
@c Macro used to mark references of defcustom variables
@@ -17,7 +17,7 @@
1717
@end direntry
1818

1919
@copying
20-
This manual is for Haskell mode, version 17.4
20+
This manual is for Haskell mode, version 17.5
2121

2222
Copyright @copyright{} 2013-2017 Haskell Mode contributors.
2323

haskell-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
;; Copyright © 1992, 1997-1998 Simon Marlow, Graeme E Moss, and Tommy Thorn
77

8-
;; Version: 17.4
8+
;; Version: 17.5
99
;; Package-Requires: ((emacs "25.1"))
1010
;; Keywords: haskell cabal ghc repl languages
1111
;; URL: https://github.com/haskell/haskell-mode

0 commit comments

Comments
 (0)