branch: elpa/git-commit commit 756a4de1c408ee750405d323659406802e4c7fed Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Bump compat dependency --- default.mk | 4 ++-- lisp/git-commit-pkg.el | 2 +- lisp/git-commit.el | 2 +- lisp/magit-libgit-pkg.el | 2 +- lisp/magit-libgit.el | 2 +- lisp/magit-pkg.el | 2 +- lisp/magit-section-pkg.el | 2 +- lisp/magit-section.el | 2 +- lisp/magit.el | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/default.mk b/default.mk index e5cac49f99..4d7455a940 100644 --- a/default.mk +++ b/default.mk @@ -115,7 +115,7 @@ VERSION ?= $(shell \ # TODO Deal with the fact that timestamps are no longer in sync. TIMESTAMP = 20230101 -COMPAT_VERSION = 29.1.3.3 +COMPAT_VERSION = 29.1.3.4 DASH_VERSION = 2.19.1 GIT_COMMIT_VERSION = $(VERSION) LIBGIT_VERSION = 0 @@ -125,7 +125,7 @@ MAGIT_SECTION_VERSION = $(VERSION) TRANSIENT_VERSION = 0.3.6 WITH_EDITOR_VERSION = 3.0.5 -COMPAT_SNAPSHOT = 29.1.3.3 +COMPAT_SNAPSHOT = 29.1.3.4 DASH_MELPA_SNAPSHOT = 20221013 GIT_COMMIT_MELPA_SNAPSHOT = $(TIMESTAMP) LIBGIT_MELPA_SNAPSHOT = 0 diff --git a/lisp/git-commit-pkg.el b/lisp/git-commit-pkg.el index 20287bddcd..c2b97ab531 100644 --- a/lisp/git-commit-pkg.el +++ b/lisp/git-commit-pkg.el @@ -1,7 +1,7 @@ (define-package "git-commit" "3.3.0.50-git" "Edit Git commit messages." '((emacs "25.1") - (compat "29.1.3.3") + (compat "29.1.3.4") (transient "20230201") (with-editor "20230118")) :homepage "https://magit.vc" diff --git a/lisp/git-commit.el b/lisp/git-commit.el index bd6bd4053c..0a2eb6b7dd 100644 --- a/lisp/git-commit.el +++ b/lisp/git-commit.el @@ -14,7 +14,7 @@ ;; Package-Version: 3.3.0.50-git ;; Package-Requires: ( ;; (emacs "25.1") -;; (compat "29.1.3.3") +;; (compat "29.1.3.4") ;; (transient "0.3.6") ;; (with-editor "3.0.5")) diff --git a/lisp/magit-libgit-pkg.el b/lisp/magit-libgit-pkg.el index 7c04ef3feb..7383681ca4 100644 --- a/lisp/magit-libgit-pkg.el +++ b/lisp/magit-libgit-pkg.el @@ -1,7 +1,7 @@ (define-package "magit-libgit" "3.3.0.50-git" "(POC) Teach Magit to use Libgit2." '((emacs "25.1") - (compat "29.1.3.3") + (compat "29.1.3.4") (libgit "0") (magit "20230101")) :homepage "https://magit.vc" diff --git a/lisp/magit-libgit.el b/lisp/magit-libgit.el index 56030e0c52..b4aa2535e3 100644 --- a/lisp/magit-libgit.el +++ b/lisp/magit-libgit.el @@ -11,7 +11,7 @@ ;; Package-Version: 3.3.0.50-git ;; Package-Requires: ( ;; (emacs "26.1") -;; (compat "29.1.3.3") +;; (compat "29.1.3.4") ;; (libgit "0") ;; (magit "3.3.0")) diff --git a/lisp/magit-pkg.el b/lisp/magit-pkg.el index 5566cf8ad0..412f64dc67 100644 --- a/lisp/magit-pkg.el +++ b/lisp/magit-pkg.el @@ -1,7 +1,7 @@ (define-package "magit" "3.3.0.50-git" "A Git porcelain inside Emacs." '((emacs "25.1") - (compat "29.1.3.3") + (compat "29.1.3.4") (dash "20221013") (git-commit "20230101") (magit-section "20230101") diff --git a/lisp/magit-section-pkg.el b/lisp/magit-section-pkg.el index 5aba5fbad7..8e1fdcbe7d 100644 --- a/lisp/magit-section-pkg.el +++ b/lisp/magit-section-pkg.el @@ -1,7 +1,7 @@ (define-package "magit-section" "3.3.0.50-git" "Sections for read-only buffers." '((emacs "25.1") - (compat "29.1.3.3") + (compat "29.1.3.4") (dash "20221013")) :homepage "https://magit.vc" :keywords '("tools")) diff --git a/lisp/magit-section.el b/lisp/magit-section.el index 6fbb3104f6..24434ab856 100644 --- a/lisp/magit-section.el +++ b/lisp/magit-section.el @@ -11,7 +11,7 @@ ;; Package-Version: 3.3.0.50-git ;; Package-Requires: ( ;; (emacs "25.1") -;; (compat "29.1.3.3") +;; (compat "29.1.3.4") ;; (dash "2.19.1")) ;; SPDX-License-Identifier: GPL-3.0-or-later diff --git a/lisp/magit.el b/lisp/magit.el index 0077d0f1fa..012b76e425 100644 --- a/lisp/magit.el +++ b/lisp/magit.el @@ -20,7 +20,7 @@ ;; Package-Version: 3.3.0.50-git ;; Package-Requires: ( ;; (emacs "25.1") -;; (compat "29.1.3.3") +;; (compat "29.1.3.4") ;; (dash "2.19.1") ;; (git-commit "3.3.0") ;; (magit-section "3.3.0")