diff options
| author | Martin Edström <meedstrom@runbox.eu> | 2026-01-24 07:01:34 +0100 |
|---|---|---|
| committer | Martin Edström <meedstrom@runbox.eu> | 2026-01-24 07:01:34 +0100 |
| commit | f4ea8f705026546b401fb0912ffe2105ff084562 (patch) | |
| tree | 29948926555490e12e4871417dbccf49933622f9 | |
| parent | f2d94c21ea2feae935c08a23544bb740c3dcdd6f (diff) | |
Release version 2.7.1
| -rw-r--r-- | el-job.el | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -19,7 +19,7 @@ ;; URL: https://github.com/meedstrom/el-job ;; Created: 2024-10-30 ;; Keywords: processes -;; Package-Version: 2.7.0 +;; Package-Version: 2.7.1 ;; Package-Requires: ((emacs "29.1")) ;;; Commentary: @@ -39,6 +39,8 @@ ;;; Code: +(defconst el-job-internal-version 104) + (require 'el-job-ng) (define-obsolete-variable-alias 'el-job-max-cores 'el-job-old-max-cores "2.7.0 (2026-01-23)") @@ -47,8 +49,6 @@ (define-obsolete-function-alias 'el-job-await #'el-job-old-await "2.7.0 (2026-01-23)") (define-obsolete-function-alias 'el-job-is-busy #'el-job-old-is-busy "2.7.0 (2026-01-23)") -(defconst el-job-internal-version 103) - ;; FIXME: It seems to print the nil message during work ;;;###autoload (defun el-job-parallel-mapcar (fn list &optional inject-vars) |
