Skip to content

Commit 38388ea

Browse files
committed
Merge pull request #1102 from gracjan/pr-version
Bump version to 16.1-git
2 parents f6eb793 + a8d7a33 commit 38388ea

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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 = 13.17-git
13+
VERSION = 16.1-git
1414

1515
INSTALL_INFO = install-info
1616

doc/haskell-mode.texi

Lines changed: 3 additions & 3 deletions
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 13.17-git
5+
@settitle Haskell Mode 16.1-git
66
@c %**end of header
77

88
@dircategory Emacs
@@ -11,9 +11,9 @@
1111
@end direntry
1212

1313
@copying
14-
This manual is for Haskell mode, version 13.17-git
14+
This manual is for Haskell mode, version 16.1-git
1515

16-
Copyright @copyright{} 2013 Haskell Mode contributors.
16+
Copyright @copyright{} 2013-2016 Haskell Mode contributors.
1717

1818
@quotation
1919
Permission is granted to copy, distribute and/or modify this document

haskell-mode-pkg.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(define-package "haskell-mode" "13.17-git" "A Haskell editing mode"
1+
(define-package "haskell-mode" "16.1-git" "A Haskell editing mode"
22
'((cl-lib "0.5"))
33
:url "https://github.com/haskell/haskell-mode"
44
:keywords '("haskell" "cabal" "ghc" "repl"))

haskell-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
;; 2001-2002 Reuben Thomas (>=v1.4)
1010
;; 2003 Dave Love <[email protected]>
1111
;; Keywords: faces files Haskell
12-
;; Version: 13.17-git
12+
;; Version: 16.1-git
1313
;; URL: https://github.com/haskell/haskell-mode
1414

1515
;; This file is not part of GNU Emacs.
@@ -145,7 +145,7 @@
145145
;; All functions/variables start with `(literate-)haskell-'.
146146

147147
;; Version of mode.
148-
(defconst haskell-version "13.15-git"
148+
(defconst haskell-version "16.1-git"
149149
"The release version of `haskell-mode'.")
150150

151151
;;;###autoload

0 commit comments

Comments
 (0)