diff options
| author | Frank Fischer <frank.fischer@mathematik.tu-chemnitz.de> | 2013-07-11 08:31:47 +0200 |
|---|---|---|
| committer | Frank Fischer <frank.fischer@mathematik.tu-chemnitz.de> | 2013-07-11 08:31:47 +0200 |
| commit | bb212cd9300b5c74349c25397b566ce6d68ccbe6 (patch) | |
| tree | bfb7c74ea0f8546d5253937770d5127ca0288958 | |
| parent | 90d59aa496a294f2031d13a565f3bf721c2fcbd2 (diff) | |
Change development version information to 1.0-dev
| -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-digraphs.el | 2 | ||||
| -rw-r--r-- | evil-ex.el | 2 | ||||
| -rw-r--r-- | evil-integration.el | 2 | ||||
| -rw-r--r-- | evil-macros.el | 2 | ||||
| -rw-r--r-- | evil-maps.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-tests.el | 2 | ||||
| -rw-r--r-- | evil-types.el | 2 | ||||
| -rw-r--r-- | evil-vars.el | 4 | ||||
| -rw-r--r-- | evil.el | 2 |
15 files changed, 16 insertions, 16 deletions
diff --git a/evil-commands.el b/evil-commands.el index 384b1fc..1094097 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.0.6 +;; Version: 1.0-dev ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-common.el b/evil-common.el index e3549c9..fe5ac44 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.0.6 +;; Version: 1.0-dev ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-core.el b/evil-core.el index f9755b1..18e88d6 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.0.6 +;; Version: 1.0-dev ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-digraphs.el b/evil-digraphs.el index 5154e17..a8585a0 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.0.6 +;; Version: 1.0-dev ;; ;; 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.0.6 +;; Version: 1.0-dev ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-integration.el b/evil-integration.el index ef41299..c36f580 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.0.6 +;; Version: 1.0-dev ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-macros.el b/evil-macros.el index 2d972ea..8a79519 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.0.6 +;; Version: 1.0-dev ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-maps.el b/evil-maps.el index 019566c..7a187dd 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.0.6 +;; Version: 1.0-dev ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-repeat.el b/evil-repeat.el index 362c666..ffc6deb 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.0.6 +;; Version: 1.0-dev ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-search.el b/evil-search.el index 439752d..53025fb 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.0.6 +;; Version: 1.0-dev ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-states.el b/evil-states.el index 0fea1ed..3841da3 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.0.6 +;; Version: 1.0-dev ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-tests.el b/evil-tests.el index 0e883e3..9242c92 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.0.6 +;; Version: 1.0-dev ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-types.el b/evil-types.el index 4d9d6f7..07c85c1 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.0.6 +;; Version: 1.0-dev ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-vars.el b/evil-vars.el index 7f68526..2ef2f4d 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.0.6 +;; Version: 1.0-dev ;; ;; This file is NOT part of GNU Emacs. @@ -1452,7 +1452,7 @@ Otherwise the previous command is assumed as substitute.") "Keymap used in ex-search-mode.") (set-keymap-parent evil-ex-search-keymap minibuffer-local-map) -(defconst evil-version "1.0.6" +(defconst evil-version "1.0-dev" "The current version of Evil") (defun evil-version () @@ -30,7 +30,7 @@ ;; To get in touch, please use the bug tracker or the ;; mailing list (see below). ;; Created: 2011-03-01 -;; Version: 1.0.6 +;; Version: 1.0-dev ;; Keywords: emulation, vim ;; URL: http://gitorious.org/evil ;; Repository: git://gitorious.org/evil/evil.git |
