Skip to content

Commit

Permalink
Update version info 13.20
Browse files Browse the repository at this point in the history
  • Loading branch information
gracjan committed Apr 10, 2016
1 parent 599d0d9 commit 163f264
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 = 16.1-git
VERSION = 13.20

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 16.1-git
@settitle Haskell Mode 13.20
@c %**end of header

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

@copying
This manual is for Haskell mode, version 16.1-git
This manual is for Haskell mode, version 13.20.

Copyright @copyright{} 2013-2016 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,4 +1,4 @@
(define-package "haskell-mode" "16.1-git" "A Haskell editing mode"
(define-package "haskell-mode" "13.20" "A Haskell editing mode"
'((emacs "24.1") (cl-lib "0.5"))
: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 <[email protected]>
;; 2016 Arthur Fayzrakhmanov
;; Keywords: faces files Haskell
;; Version: 16.1-git
;; Version: 13.20
;; URL: https://github.com/haskell/haskell-mode

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

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

;;;###autoload
Expand Down

0 comments on commit 163f264

Please sign in to comment.