From 3290d462da4a7b1362e4c57a9a1623bc4bd289b3 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 6 Jan 2016 00:05:53 +0000 Subject: [PATCH] Update version of async.el to 1.6 --- packages/async/async-pkg.el | 14 ++------------ packages/async/async.el | 2 +- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/packages/async/async-pkg.el b/packages/async/async-pkg.el index 0268724c7..984fbf452 100644 --- a/packages/async/async-pkg.el +++ b/packages/async/async-pkg.el @@ -1,12 +1,2 @@ -;;; async-pkg.el - -(define-package "async" "1.6" - "Asynchronous processing in Emacs" - '((emacs "24") - (cl-lib "0.5")) - :url "https://github.com/jwiegley/emacs-async") - -;; Local Variables: -;; no-byte-compile: t -;; End: - +;; 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")) diff --git a/packages/async/async.el b/packages/async/async.el index 5b16cd565..20a2f1701 100644 --- a/packages/async/async.el +++ b/packages/async/async.el @@ -4,7 +4,7 @@ ;; Author: John Wiegley ;; Created: 18 Jun 2012 -;; Version: 1.0 +;; Version: 1.6 ;; Keywords: async ;; X-URL: https://github.com/jwiegley/emacs-async -- 2.39.2