diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2015-08-16 19:29:00 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2015-08-16 19:29:00 +0200 |
| commit | 1bfa83cc2ec378c137b548d341ba304473815b72 (patch) | |
| tree | 3e6839557d0438906cbf47db9fc1f9dd1147b31c /lisp | |
| parent | 47ff67a04dafb514095cc05e8951da2d0d28c141 (diff) | |
release version 2.2.02.2.0
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/git-commit.el | 2 | ||||
| -rw-r--r-- | lisp/magit-popup.el | 2 | ||||
| -rw-r--r-- | lisp/magit.el | 2 | ||||
| -rw-r--r-- | lisp/with-editor.el | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lisp/git-commit.el b/lisp/git-commit.el index 4659979..f4f21f5 100644 --- a/lisp/git-commit.el +++ b/lisp/git-commit.el @@ -11,7 +11,7 @@ ;; Marius Vollmer <marius.vollmer@gmail.com> ;; Maintainer: Jonas Bernoulli <jonas@bernoul.li> -;; Package-Requires: ((emacs "24.4") (dash "2.11.0") (with-editor "20150808")) +;; Package-Requires: ((emacs "24.4") (dash "2.11.0") (with-editor "2.2.0")) ;; Keywords: git tools vc ;; Homepage: https://github.com/magit/magit diff --git a/lisp/magit-popup.el b/lisp/magit-popup.el index f2982d9..fca53bb 100644 --- a/lisp/magit-popup.el +++ b/lisp/magit-popup.el @@ -12,7 +12,7 @@ ;; Author: Jonas Bernoulli <jonas@bernoul.li> ;; Maintainer: Jonas Bernoulli <jonas@bernoul.li> -;; Package-Requires: ((emacs "24.4") (async "20150807") (dash "2.11.0")) +;; Package-Requires: ((emacs "24.4") (async "1.4") (dash "2.11.0")) ;; Keywords: bindings ;; Homepage: https://github.com/magit/magit diff --git a/lisp/magit.el b/lisp/magit.el index 70964b6..34440b7 100644 --- a/lisp/magit.el +++ b/lisp/magit.el @@ -14,7 +14,7 @@ ;; Rémi Vanicat <vanicat@debian.org> ;; Yann Hodique <yann.hodique@gmail.com> -;; Package-Requires: ((emacs "24.4") (async "20150807") (dash "2.11.0") (with-editor "20150808") (git-commit "20150808") (magit-popup "20150808")) +;; Package-Requires: ((emacs "24.4") (async "1.4") (dash "2.11.0") (with-editor "2.2.0") (git-commit "2.2.0") (magit-popup "2.2.0")) ;; Keywords: git tools vc ;; Homepage: https://github.com/magit/magit diff --git a/lisp/with-editor.el b/lisp/with-editor.el index 5354cd3..69248b8 100644 --- a/lisp/with-editor.el +++ b/lisp/with-editor.el @@ -8,7 +8,7 @@ ;; Author: Jonas Bernoulli <jonas@bernoul.li> ;; Maintainer: Jonas Bernoulli <jonas@bernoul.li> -;; Package-Requires: ((emacs "24.4") (async "20150807") (dash "2.11.0")) +;; Package-Requires: ((emacs "24.4") (async "1.4") (dash "2.11.0")) ;; Keywords: tools ;; Homepage: https://github.com/magit/magit |
