diff options
| -rw-r--r-- | CHANGELOG | 2 | ||||
| -rw-r--r-- | docs/magit-section.org | 4 | ||||
| -rw-r--r-- | docs/magit-section.texi | 4 | ||||
| -rw-r--r-- | docs/magit.org | 4 | ||||
| -rw-r--r-- | docs/magit.texi | 4 | ||||
| -rw-r--r-- | lisp/magit-section.el | 2 | ||||
| -rw-r--r-- | lisp/magit.el | 2 |
7 files changed, 11 insertions, 11 deletions
@@ -1,5 +1,5 @@ # -*- mode: org -*- -* v4.4.1 UNRELEASED +* v4.4.1 2025-10-06 - Added new option ~magit-log-trailer-labels~. #5432 diff --git a/docs/magit-section.org b/docs/magit-section.org index 758a321..e011106 100644 --- a/docs/magit-section.org +++ b/docs/magit-section.org @@ -7,7 +7,7 @@ #+texinfo_dir_category: Emacs #+texinfo_dir_title: Magit-Section: (magit-section). #+texinfo_dir_desc: Use Magit sections in your own packages. -#+subtitle: for version 4.4.0 +#+subtitle: for version 4.4.1 #+setupfile: .orgconfig @@ -21,7 +21,7 @@ user options see [[info:magit#Sections]]. This manual documents how you can use sections in your own packages. #+texinfo: @noindent -This manual is for Magit-Section version 4.4.0. +This manual is for Magit-Section version 4.4.1. #+texinfo: @insertcopying :END: diff --git a/docs/magit-section.texi b/docs/magit-section.texi index d768312..60f11ca 100644 --- a/docs/magit-section.texi +++ b/docs/magit-section.texi @@ -31,7 +31,7 @@ General Public License for more details. @finalout @titlepage @title Magit-Section Developer Manual -@subtitle for version 4.4.0 +@subtitle for version 4.4.1 @author Jonas Bernoulli @page @vskip 0pt plus 1filll @@ -54,7 +54,7 @@ user options see @ref{Sections,,,magit,}. This manual documents how you can use sections in your own packages. @noindent -This manual is for Magit-Section version 4.4.0. +This manual is for Magit-Section version 4.4.1. @insertcopying @end ifnottex diff --git a/docs/magit.org b/docs/magit.org index 538a908..0fae372 100644 --- a/docs/magit.org +++ b/docs/magit.org @@ -7,7 +7,7 @@ #+texinfo_dir_category: Emacs #+texinfo_dir_title: Magit: (magit). #+texinfo_dir_desc: Using Git from Emacs with Magit. -#+subtitle: for version 4.4.0 +#+subtitle: for version 4.4.1 #+setupfile: .orgconfig @@ -24,7 +24,7 @@ directly from within Emacs. While many fine Git clients exist, only Magit and Git itself deserve to be called porcelains. #+texinfo: @noindent -This manual is for Magit version 4.4.0. +This manual is for Magit version 4.4.1. #+texinfo: @insertcopying :END: diff --git a/docs/magit.texi b/docs/magit.texi index 64f6a0d..0f860cf 100644 --- a/docs/magit.texi +++ b/docs/magit.texi @@ -31,7 +31,7 @@ General Public License for more details. @finalout @titlepage @title Magit User Manual -@subtitle for version 4.4.0 +@subtitle for version 4.4.1 @author Jonas Bernoulli @page @vskip 0pt plus 1filll @@ -53,7 +53,7 @@ directly from within Emacs. While many fine Git clients exist, only Magit and Git itself deserve to be called porcelains. @noindent -This manual is for Magit version 4.4.0. +This manual is for Magit version 4.4.1. @insertcopying @end ifnottex diff --git a/lisp/magit-section.el b/lisp/magit-section.el index 120df01..da313f1 100644 --- a/lisp/magit-section.el +++ b/lisp/magit-section.el @@ -8,7 +8,7 @@ ;; Homepage: https://github.com/magit/magit ;; Keywords: tools -;; Package-Version: 4.4.0 +;; Package-Version: 4.4.1 ;; Package-Requires: ( ;; (emacs "28.1") ;; (compat "30.1") diff --git a/lisp/magit.el b/lisp/magit.el index b1c5343..1eb10a0 100644 --- a/lisp/magit.el +++ b/lisp/magit.el @@ -17,7 +17,7 @@ ;; Homepage: https://github.com/magit/magit ;; Keywords: git tools vc -;; Package-Version: 4.4.0 +;; Package-Version: 4.4.1 ;; Package-Requires: ( ;; (emacs "28.1") ;; (compat "30.1") |
