Skip to content

Commit

Permalink
Bump version to 13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
gracjan committed May 30, 2015
1 parent 177df9a commit 6d71a57
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.12
VERSION = 13.14

INSTALL_INFO = install-info

Expand Down
4 changes: 2 additions & 2 deletions doc/haskell-mode.texi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@c %**start of header
@setfilename haskell-mode.info
@documentencoding UTF-8
@settitle Haskell Mode 13.12
@settitle Haskell Mode 13.14
@c %**end of header

@dircategory Emacs
Expand All @@ -11,7 +11,7 @@
@end direntry

@copying
This manual is for Haskell mode, version 13.12
This manual is for Haskell mode, version 13.14

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.12" "A Haskell editing mode"
(define-package "haskell-mode" "13.14" "A Haskell editing mode"
'((cl-lib "0.5")))
4 changes: 2 additions & 2 deletions 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.12
;; Version: 13.14
;; URL: https://github.com/haskell/haskell-mode

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

;; Version of mode.
(defconst haskell-version "13.12"
(defconst haskell-version "13.14"
"The release version of `haskell-mode'.")

;;;###autoload
Expand Down

0 comments on commit 6d71a57

Please sign in to comment.