diff options
| author | Eivind Fonn <evfonn@gmail.com> | 2019-12-18 09:38:53 +0100 |
|---|---|---|
| committer | Eivind Fonn <evfonn@gmail.com> | 2019-12-18 09:38:53 +0100 |
| commit | 96cc7599b8fa3ad2fc8312943e0f685a48b61857 (patch) | |
| tree | ce9f6234ec5c70de22fc31515cc9f1821b70df61 /evil-vars.el | |
| parent | 70184d3dda91a3f22468d75cdf3893c5880ce300 (diff) | |
Bump version to 1.12.16
1.2.15 was accidentally tagged as 1.12.15, which was picked up and
released by MELPA Stable. So to be able to release new stable
versions I guess it's easiest to just say that we're on 1.12 now.
Diffstat (limited to 'evil-vars.el')
| -rw-r--r-- | evil-vars.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/evil-vars.el b/evil-vars.el index c9e6e6a..4c729b5 100644 --- a/evil-vars.el +++ b/evil-vars.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye <vegard_oye at hotmail.com> ;; Maintainer: Vegard Øye <vegard_oye at hotmail.com> -;; Version: 1.2.16 +;; Version: 1.12.16 ;; ;; This file is NOT part of GNU Emacs. @@ -1875,7 +1875,7 @@ Otherwise the previous command is assumed as substitute.") (buffer-substring (point-min) (line-end-position)))) ;; no repo, use plain version - "1.2.16")))) + "1.12.16")))) "The current version of Evil") (defcustom evil-want-integration t |
