1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
From: Sean Whitton <spwhitton@spwhitton.name>
Date: Tue, 4 Oct 2016 19:15:57 -0700
Subject: fix ELPA version
Forwarded: not-needed
Already fixed upstream.
---
async-pkg.el | 2 +-
async.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/async-pkg.el b/async-pkg.el
index 984fbf4..363e942 100644
--- a/async-pkg.el
+++ b/async-pkg.el
@@ -1,2 +1,2 @@
;; Generated package description from async.el
-(define-package "async" "1.6" "Asynchronous processing in Emacs" 'nil :url "http://elpa.gnu.org/packages/async.html" :keywords '("async"))
+(define-package "async" "1.9" "Asynchronous processing in Emacs" 'nil :url "http://elpa.gnu.org/packages/async.html" :keywords '("async"))
diff --git a/async.el b/async.el
index dc73270..3798c95 100644
--- a/async.el
+++ b/async.el
@@ -4,7 +4,7 @@
;; Author: John Wiegley <jwiegley@gmail.com>
;; Created: 18 Jun 2012
-;; Version: 1.6
+;; Version: 1.9
;; Keywords: async
;; X-URL: https://github.com/jwiegley/emacs-async
|