diff --git a/Makefile b/Makefile index 5a25b0b17..cfc3811b3 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 = 16.2-git INSTALL_INFO = install-info diff --git a/haskell-mode-pkg.el b/haskell-mode-pkg.el index b2d7d1087..6f48a9e26 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" "16.2-git" "A Haskell editing mode" '((emacs "24.3")) :url "https://github.com/haskell/haskell-mode" :keywords '("haskell" "cabal" "ghc" "repl")) diff --git a/haskell-mode.el b/haskell-mode.el index ca299a707..b00af44a8 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: 16.2-git ;; URL: https://github.com/haskell/haskell-mode ;; This file is not part of GNU Emacs. @@ -150,7 +150,7 @@ ;; All functions/variables start with `(literate-)haskell-'. ;; Version of mode. -(defconst haskell-version "16.1-git" +(defconst haskell-version "16.2-git" "The release version of `haskell-mode'.") ;;;###autoload