Skip to content

Commit

Permalink
Bump version to 16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gracjan committed Sep 15, 2016
1 parent 9c93193 commit d2ea523
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.1

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.1" "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.1
;; 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.1"
"The release version of `haskell-mode'.")

;;;###autoload
Expand Down

0 comments on commit d2ea523

Please sign in to comment.