diff options
| author | Eivind Fonn <evfonn@gmail.com> | 2019-12-17 10:15:37 +0100 |
|---|---|---|
| committer | Eivind Fonn <evfonn@gmail.com> | 2019-12-17 10:15:37 +0100 |
| commit | c8b15a6b37a9f6fa975b021eacc8dd4fa6331bae (patch) | |
| tree | f97ffe54ef9d0d137953e652a382aef0846d72eb | |
| parent | 860b82e03b403dc6d796f5b0c4319b68947e1bef (diff) | |
Bump version to 1.2.16
| -rw-r--r-- | Cask | 2 | ||||
| -rw-r--r-- | evil-command-window.el | 2 | ||||
| -rw-r--r-- | evil-commands.el | 2 | ||||
| -rw-r--r-- | evil-common.el | 2 | ||||
| -rw-r--r-- | evil-core.el | 2 | ||||
| -rw-r--r-- | evil-development.el | 2 | ||||
| -rw-r--r-- | evil-digraphs.el | 2 | ||||
| -rw-r--r-- | evil-ex.el | 2 | ||||
| -rw-r--r-- | evil-integration.el | 2 | ||||
| -rw-r--r-- | evil-jumps.el | 2 | ||||
| -rw-r--r-- | evil-keybindings.el | 2 | ||||
| -rw-r--r-- | evil-macros.el | 2 | ||||
| -rw-r--r-- | evil-maps.el | 2 | ||||
| -rw-r--r-- | evil-pkg.el | 2 | ||||
| -rw-r--r-- | evil-repeat.el | 2 | ||||
| -rw-r--r-- | evil-search.el | 2 | ||||
| -rw-r--r-- | evil-states.el | 2 | ||||
| -rw-r--r-- | evil-test-helpers.el | 4 | ||||
| -rw-r--r-- | evil-tests.el | 2 | ||||
| -rw-r--r-- | evil-types.el | 2 | ||||
| -rw-r--r-- | evil-vars.el | 4 | ||||
| -rw-r--r-- | evil.el | 2 |
22 files changed, 24 insertions, 24 deletions
@@ -1,4 +1,4 @@ -(package "evil" "1.2.15" "Extensible Vi layer for Emacs.") +(package "evil" "1.2.16" "Extensible Vi layer for Emacs.") (files "*.el") diff --git a/evil-command-window.el b/evil-command-window.el index 9284a60..a25739f 100644 --- a/evil-command-window.el +++ b/evil-command-window.el @@ -2,7 +2,7 @@ ;; Author: Emanuel Evans <emanuel.evans at gmail.com> ;; Maintainer: Vegard Øye <vegard_oye at hotmail.com> -;; Version: 1.2.15 +;; Version: 1.2.16 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-commands.el b/evil-commands.el index 767edf0..1cc63cb 100644 --- a/evil-commands.el +++ b/evil-commands.el @@ -2,7 +2,7 @@ ;; Author: Vegard Øye <vegard_oye at hotmail.com> ;; Maintainer: Vegard Øye <vegard_oye at hotmail.com> -;; Version: 1.2.15 +;; Version: 1.2.16 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-common.el b/evil-common.el index f903785..8046937 100644 --- a/evil-common.el +++ b/evil-common.el @@ -2,7 +2,7 @@ ;; Author: Vegard Øye <vegard_oye at hotmail.com> ;; Maintainer: Vegard Øye <vegard_oye at hotmail.com> -;; Version: 1.2.15 +;; Version: 1.2.16 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-core.el b/evil-core.el index d08e37e..39ea955 100644 --- a/evil-core.el +++ b/evil-core.el @@ -2,7 +2,7 @@ ;; Author: Vegard Øye <vegard_oye at hotmail.com> ;; Maintainer: Vegard Øye <vegard_oye at hotmail.com> -;; Version: 1.2.15 +;; Version: 1.2.16 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-development.el b/evil-development.el index 2541386..0530c4b 100644 --- a/evil-development.el +++ b/evil-development.el @@ -2,7 +2,7 @@ ;; Author: Justin Burkett <justin at burkett dot cc> -;; Version: 1.2.15 +;; Version: 1.2.16 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-digraphs.el b/evil-digraphs.el index 16170d5..902b6b9 100644 --- a/evil-digraphs.el +++ b/evil-digraphs.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye <vegard_oye at hotmail.com> ;; Maintainer: Vegard Øye <vegard_oye at hotmail.com> -;; Version: 1.2.15 +;; Version: 1.2.16 ;; ;; This file is NOT part of GNU Emacs. @@ -3,7 +3,7 @@ ;; Author: Frank Fischer <frank fischer at mathematik.tu-chemnitz.de> ;; Maintainer: Vegard Øye <vegard_oye at hotmail.com> -;; Version: 1.2.15 +;; Version: 1.2.16 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-integration.el b/evil-integration.el index 6e43cf8..c88c126 100644 --- a/evil-integration.el +++ b/evil-integration.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye <vegard_oye at hotmail.com> ;; Maintainer: Vegard Øye <vegard_oye at hotmail.com> -;; Version: 1.2.15 +;; Version: 1.2.16 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-jumps.el b/evil-jumps.el index 3eef4c8..468ab53 100644 --- a/evil-jumps.el +++ b/evil-jumps.el @@ -2,7 +2,7 @@ ;; Author: Bailey Ling <bling at live.ca> -;; Version: 1.2.15 +;; Version: 1.2.16 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-keybindings.el b/evil-keybindings.el index 3963c04..fb64edb 100644 --- a/evil-keybindings.el +++ b/evil-keybindings.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye <vegard_oye at hotmail.com> ;; Maintainer: Vegard Øye <vegard_oye at hotmail.com> -;; Version: 1.2.15 +;; Version: 1.2.16 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-macros.el b/evil-macros.el index 16a9f91..b4d0fa5 100644 --- a/evil-macros.el +++ b/evil-macros.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye <vegard_oye at hotmail.com> ;; Maintainer: Vegard Øye <vegard_oye at hotmail.com> -;; Version: 1.2.15 +;; Version: 1.2.16 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-maps.el b/evil-maps.el index 87c3d53..abc2a82 100644 --- a/evil-maps.el +++ b/evil-maps.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye <vegard_oye at hotmail.com> ;; Maintainer: Vegard Øye <vegard_oye at hotmail.com> -;; Version: 1.2.15 +;; Version: 1.2.16 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-pkg.el b/evil-pkg.el index 44998a2..ff2dac5 100644 --- a/evil-pkg.el +++ b/evil-pkg.el @@ -1,6 +1,6 @@ (define-package "evil" - "1.2.15" + "1.2.16" "Extensible Vi layer for Emacs." '((emacs "24.1") (undo-tree "0.6.3") diff --git a/evil-repeat.el b/evil-repeat.el index b47648e..94551ba 100644 --- a/evil-repeat.el +++ b/evil-repeat.el @@ -3,7 +3,7 @@ ;; Author: Frank Fischer <frank.fischer at mathematik.tu-chemnitz.de> ;; Maintainer: Vegard Øye <vegard_oye at hotmail.com> -;; Version: 1.2.15 +;; Version: 1.2.16 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-search.el b/evil-search.el index 2f48abe..c0dac70 100644 --- a/evil-search.el +++ b/evil-search.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye <vegard_oye at hotmail.com> ;; Maintainer: Vegard Øye <vegard_oye at hotmail.com> -;; Version: 1.2.15 +;; Version: 1.2.16 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-states.el b/evil-states.el index 2b855c9..918e46c 100644 --- a/evil-states.el +++ b/evil-states.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye <vegard_oye at hotmail.com> ;; Maintainer: Vegard Øye <vegard_oye at hotmail.com> -;; Version: 1.2.15 +;; Version: 1.2.16 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-test-helpers.el b/evil-test-helpers.el index dcfa002..160801c 100644 --- a/evil-test-helpers.el +++ b/evil-test-helpers.el @@ -2,8 +2,8 @@ ;; Author: Vegard Øye <vegard_oye at hotmail.com> ;; Maintainer: Vegard Øye <vegard_oye at hotmail.com> -;; Package-Requires: ((evil "1.2.15")) -;; Version: 1.2.15 +;; Package-Requires: ((evil "1.2.16")) +;; Version: 1.2.16 ;; This file is NOT part of GNU Emacs. diff --git a/evil-tests.el b/evil-tests.el index 280b32e..8aed42c 100644 --- a/evil-tests.el +++ b/evil-tests.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye <vegard_oye at hotmail.com> ;; Maintainer: Vegard Øye <vegard_oye at hotmail.com> -;; Version: 1.2.15 +;; Version: 1.2.16 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-types.el b/evil-types.el index dbd737d..769e02e 100644 --- a/evil-types.el +++ b/evil-types.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye <vegard_oye at hotmail.com> ;; Maintainer: Vegard Øye <vegard_oye at hotmail.com> -;; Version: 1.2.15 +;; Version: 1.2.16 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-vars.el b/evil-vars.el index 6f8161d..c9e6e6a 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.15 +;; Version: 1.2.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.15")))) + "1.2.16")))) "The current version of Evil") (defcustom evil-want-integration t @@ -55,7 +55,7 @@ ;; To get in touch, please use the bug tracker or the ;; mailing list (see below). ;; Created: 2011-03-01 -;; Version: 1.2.15 +;; Version: 1.2.16 ;; Keywords: emulation, vim ;; URL: https://github.com/emacs-evil/evil ;; Repository: https://github.com/emacs-evil/evil.git |
