From 163f264124cd12d40b16c023c7e5394f42c410af Mon Sep 17 00:00:00 2001 From: Gracjan Polak Date: Sun, 10 Apr 2016 22:01:03 +0200 Subject: [PATCH] Update version info 13.20 --- Makefile | 2 +- doc/haskell-mode.texi | 4 ++-- haskell-mode-pkg.el | 2 +- haskell-mode.el | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 86ad1bb9b..de09ed1f8 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/doc/haskell-mode.texi b/doc/haskell-mode.texi index c3e7de775..caaedb8f9 100644 --- a/doc/haskell-mode.texi +++ b/doc/haskell-mode.texi @@ -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 @@ -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. diff --git a/haskell-mode-pkg.el b/haskell-mode-pkg.el index 5ad9ed8a4..356cfcecb 100644 --- a/haskell-mode-pkg.el +++ b/haskell-mode-pkg.el @@ -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")) diff --git a/haskell-mode.el b/haskell-mode.el index 78be1f885..3aa069ae8 100644 --- a/haskell-mode.el +++ b/haskell-mode.el @@ -12,7 +12,7 @@ ;; 2003 Dave Love ;; 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. @@ -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