Skip to content

Commit

Permalink
Bump version to 13.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gracjan committed Jun 5, 2015
1 parent a47b437 commit f9cebde
Show file tree
Hide file tree
Showing 4 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 = 13.14.1
VERSION = 13.14.2

INSTALL_INFO = install-info

Expand Down
2 changes: 1 addition & 1 deletion doc/haskell-mode.texi
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@end direntry

@copying
This manual is for Haskell mode, version 13.14.1
This manual is for Haskell mode, version 13.14.2

Copyright @copyright{} 2013 Haskell Mode contributors.

Expand Down
2 changes: 1 addition & 1 deletion haskell-mode-pkg.el
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(define-package "haskell-mode" "13.14.1" "A Haskell editing mode"
(define-package "haskell-mode" "13.14.2" "A Haskell editing mode"
'((cl-lib "0.5")))
2 changes: 1 addition & 1 deletion haskell-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
;; 2001-2002 Reuben Thomas (>=v1.4)
;; 2003 Dave Love <[email protected]>
;; Keywords: faces files Haskell
;; Version: 13.14.1
;; Version: 13.14.2
;; URL: https://github.com/haskell/haskell-mode

;; This file is not part of GNU Emacs.
Expand Down

0 comments on commit f9cebde

Please sign in to comment.