Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# We should have a script that changes it everywhere it is needed and
# syncs it with current git tag.
#
VERSION = 16.1-git
VERSION = 16.2-git

INSTALL_INFO = install-info

Expand Down
2 changes: 1 addition & 1 deletion haskell-mode-pkg.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(define-package "haskell-mode" "16.1-git" "A Haskell editing mode"
(define-package "haskell-mode" "16.2-git" "A Haskell editing mode"
'((emacs "24.3"))
:url "https://github.com/haskell/haskell-mode"
:keywords '("haskell" "cabal" "ghc" "repl"))
Expand Down
4 changes: 2 additions & 2 deletions haskell-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
;; 2003 Dave Love <fx@gnu.org>
;; 2016 Arthur Fayzrakhmanov
;; Keywords: faces files Haskell
;; Version: 16.1-git
;; Version: 16.2-git
;; URL: https://github.com/haskell/haskell-mode

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

;; Version of mode.
(defconst haskell-version "16.1-git"
(defconst haskell-version "16.2-git"
"The release version of `haskell-mode'.")

;;;###autoload
Expand Down