From e37c4e53775067ecc0dad67976bb10971b2b118f Mon Sep 17 00:00:00 2001 From: Gracjan Polak Date: Fri, 22 Jan 2016 20:27:25 +0100 Subject: [PATCH] Update version info 13.18 --- Makefile | 2 +- doc/haskell-mode.texi | 6 +++--- haskell-mode-pkg.el | 2 +- haskell-mode.el | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 0a202c8c5..5a7963a5f 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 = 13.17-git +VERSION = 13.18 INSTALL_INFO = install-info diff --git a/doc/haskell-mode.texi b/doc/haskell-mode.texi index a76854fa2..c971e6611 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 13.17-git +@settitle Haskell Mode 13.18 @c %**end of header @dircategory Emacs @@ -11,9 +11,9 @@ @end direntry @copying -This manual is for Haskell mode, version 13.17-git +This manual is for Haskell mode, version 13.18 -Copyright @copyright{} 2013 Haskell Mode contributors. +Copyright @copyright{} 2013-2016 Haskell Mode contributors. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/haskell-mode-pkg.el b/haskell-mode-pkg.el index 52d63376d..e56209e6f 100644 --- a/haskell-mode-pkg.el +++ b/haskell-mode-pkg.el @@ -1,4 +1,4 @@ -(define-package "haskell-mode" "13.17-git" "A Haskell editing mode" +(define-package "haskell-mode" "13.18" "A Haskell editing mode" '((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 d41cd87ba..545ffff7b 100644 --- a/haskell-mode.el +++ b/haskell-mode.el @@ -9,7 +9,7 @@ ;; 2001-2002 Reuben Thomas (>=v1.4) ;; 2003 Dave Love ;; Keywords: faces files Haskell -;; Version: 13.17-git +;; Version: 13.18 ;; URL: https://github.com/haskell/haskell-mode ;; This file is not part of GNU Emacs.