summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Fischer <frank.fischer@mathematik.tu-chemnitz.de>2013-02-04 17:47:30 +0100
committerFrank Fischer <frank.fischer@mathematik.tu-chemnitz.de>2013-02-04 17:47:30 +0100
commit7bfc32a127927ea1a426419747bbc4c3405895fb (patch)
treee3b6cb372804d1eef4fb2f60b58c5ff0cbc98609
parentd3c0a84ee4d402ccbd2e4defbc93458780f594f0 (diff)
Bump version to 1.0.0.
-rw-r--r--evil-commands.el2
-rw-r--r--evil-common.el2
-rw-r--r--evil-core.el2
-rw-r--r--evil-digraphs.el2
-rw-r--r--evil-ex.el2
-rw-r--r--evil-integration.el2
-rw-r--r--evil-macros.el2
-rw-r--r--evil-maps.el2
-rw-r--r--evil-pkg.el2
-rw-r--r--evil-repeat.el2
-rw-r--r--evil-search.el2
-rw-r--r--evil-states.el2
-rw-r--r--evil-tests.el2
-rw-r--r--evil-types.el2
-rw-r--r--evil-vars.el2
-rw-r--r--evil.el2
16 files changed, 16 insertions, 16 deletions
diff --git a/evil-commands.el b/evil-commands.el
index 23c2b76..02eb8c2 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: 0.0.0
+;; Version: 1.0.0
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil-common.el b/evil-common.el
index 19a7595..49e3c20 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: 0.0.0
+;; Version: 1.0.0
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil-core.el b/evil-core.el
index 661f066..3897173 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: 0.0.0
+;; Version: 1.0.0
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil-digraphs.el b/evil-digraphs.el
index 5efebd3..945fa08 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: 0.0.0
+;; Version: 1.0.0
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil-ex.el b/evil-ex.el
index 04336bd..4e7e859 100644
--- a/evil-ex.el
+++ b/evil-ex.el
@@ -3,7 +3,7 @@
;; Author: Frank Fischer <frank fischer at mathematik.tu-chemnitz.de>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>
-;; Version: 0.0.0
+;; Version: 1.0.0
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil-integration.el b/evil-integration.el
index 33f4d69..4e8d4d6 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: 0.0.0
+;; Version: 1.0.0
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil-macros.el b/evil-macros.el
index e11f299..5083b9a 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: 0.0.0
+;; Version: 1.0.0
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil-maps.el b/evil-maps.el
index d2a9e75..83864ae 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: 0.0.0
+;; Version: 1.0.0
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil-pkg.el b/evil-pkg.el
index 97b7b1d..6412df4 100644
--- a/evil-pkg.el
+++ b/evil-pkg.el
@@ -1,5 +1,5 @@
(define-package
"evil"
- "0.0.0"
+ "1.0.0"
"Extensible Vi layer for Emacs."
'((undo-tree "0.5.1")))
diff --git a/evil-repeat.el b/evil-repeat.el
index 68c8295..12ffe16 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: 0.0.0
+;; Version: 1.0.0
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil-search.el b/evil-search.el
index cd40b0d..68016b4 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: 0.0.0
+;; Version: 1.0.0
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil-states.el b/evil-states.el
index 6fe4ed6..6519ef8 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: 0.0.0
+;; Version: 1.0.0
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil-tests.el b/evil-tests.el
index 55d74a1..35094de 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: 0.0.0
+;; Version: 1.0.0
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil-types.el b/evil-types.el
index a8bc00b..9a93dd1 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: 0.0.0
+;; Version: 1.0.0
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil-vars.el b/evil-vars.el
index bcc1cad..cbe7985 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: 0.0.0
+;; Version: 1.0.0
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil.el b/evil.el
index 0431ff2..44eaaa3 100644
--- a/evil.el
+++ b/evil.el
@@ -22,7 +22,7 @@
;; To get in touch, please use the bug tracker or the
;; mailing list (see below).
;; Created: 2011-03-01
-;; Version: 0.0.0
+;; Version: 1.0.0
;; Keywords: emulation, vim
;; URL: http://gitorious.org/evil
;; Repository: git://gitorious.org/evil/evil.git