Skip to content

Commit d2ea523

Browse files
committed
Bump version to 16.1
1 parent 9c93193 commit d2ea523

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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 = 16.1-git
13+
VERSION = 16.1
1414

1515
INSTALL_INFO = install-info
1616

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" "16.1-git" "A Haskell editing mode"
1+
(define-package "haskell-mode" "16.1" "A Haskell editing mode"
22
'((emacs "24.3"))
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
@@ -12,7 +12,7 @@
1212
;; 2003 Dave Love <fx@gnu.org>
1313
;; 2016 Arthur Fayzrakhmanov
1414
;; Keywords: faces files Haskell
15-
;; Version: 16.1-git
15+
;; Version: 16.1
1616
;; URL: https://github.com/haskell/haskell-mode
1717

1818
;; This file is not part of GNU Emacs.
@@ -150,7 +150,7 @@
150150
;; All functions/variables start with `(literate-)haskell-'.
151151

152152
;; Version of mode.
153-
(defconst haskell-version "16.1-git"
153+
(defconst haskell-version "16.1"
154154
"The release version of `haskell-mode'.")
155155

156156
;;;###autoload

0 commit comments

Comments
 (0)