From: Jonas Bernoulli Date: Sat, 13 Jul 2024 19:59:20 +0000 (+0200) Subject: ; Set Transient's version X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5bde22dca89575ed4e698bb4e4c371947ab75978;p=emacs.git ; Set Transient's version (cherry picked from commit 04bf3172f03497eef6985311c90fd6557ace42b2) --- diff --git a/doc/misc/transient.texi b/doc/misc/transient.texi index 22db4e82143..9245a76e66b 100644 --- a/doc/misc/transient.texi +++ b/doc/misc/transient.texi @@ -31,7 +31,7 @@ General Public License for more details. @finalout @titlepage @title Transient User and Developer Manual -@subtitle for version 0.7.2 +@subtitle for version 0.7.2.1 @author Jonas Bernoulli @page @vskip 0pt plus 1filll @@ -53,7 +53,7 @@ resource to get over that hurdle is Psionic K's interactive tutorial, available at @uref{https://github.com/positron-solutions/transient-showcase}. @noindent -This manual is for Transient version 0.7.2. +This manual is for Transient version 0.7.2.1. @insertcopying @end ifnottex diff --git a/lisp/transient.el b/lisp/transient.el index b6bedda7764..08bb7b53719 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -5,7 +5,7 @@ ;; Author: Jonas Bernoulli ;; URL: https://github.com/magit/transient ;; Keywords: extensions -;; Version: 0.7.2 +;; Version: 0.7.2.1 ;; SPDX-License-Identifier: GPL-3.0-or-later