aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2015-07-01 22:26:49 +0200
committerJonas Bernoulli <jonas@bernoul.li>2015-07-01 22:26:49 +0200
commitfb3e25dd776d83d5cb459a183bc128c652375d9e (patch)
tree88e36e8142bb555199c1cb7516158d7d98b5240a /Makefile
parent0e0292bc8ee8b217eed330080280762345fa64a7 (diff)
add release notes, bump version2.1.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c660c74..9425063 100644
--- a/Makefile
+++ b/Makefile
@@ -188,9 +188,9 @@ define magit_pkg
"A Git porcelain inside Emacs"
'((emacs "24.4")
(dash "2.10.0")
- (with-editor "2.0.50")
- (git-commit "2.0.50")
- (magit-popup "2.0.50")))
+ (with-editor "2.1.0")
+ (git-commit "2.1.0")
+ (magit-popup "2.1.0")))
endef
# '
export magit_pkg