emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/with-editor 650e0ad 025/140: manual: include sub-minor par


From: Jonas Bernoulli
Subject: [nongnu] elpa/with-editor 650e0ad 025/140: manual: include sub-minor part of version in subtitle
Date: Fri, 6 Aug 2021 12:51:13 -0400 (EDT)

branch: elpa/with-editor
commit 650e0ad46dd4f40251e162d8537cdccddfe274eb
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    manual: include sub-minor part of version in subtitle
    
    Also bump that part in the Makefile, now that it matters.
---
 Makefile         | 5 ++---
 with-editor.org  | 2 +-
 with-editor.texi | 2 +-
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index 2dc501d..d26cdc0 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ BATCH   = $(EMACS) -batch -Q -L . $(EFLAGS)
 MAKEINFO     ?= makeinfo
 INSTALL_INFO ?= $(shell command -v ginstall-info || printf install-info)
 
-WITH_EDITOR_VERSION = 2.5.2
+WITH_EDITOR_VERSION = 2.5.7
 ASYNC_VERSION       = 1.9
 DASH_VERSION        = 2.13.0
 
@@ -82,8 +82,7 @@ export set_package_requires
 #'
 
 define set_manual_version
-(let ((version (split-string "$(WITH_EDITOR_VERSION)" "\\.")))
-  (setq version (concat (car version) "." (cadr version)))
+(let ((version "$(WITH_EDITOR_VERSION)"))
   (with-current-buffer (find-file-noselect "with-editor.org")
     (goto-char (point-min))
     (re-search-forward "^#\\+SUBTITLE: for version ")
diff --git a/with-editor.org b/with-editor.org
index c0f73ae..56f6133 100644
--- a/with-editor.org
+++ b/with-editor.org
@@ -7,7 +7,7 @@
 #+TEXINFO_DIR_CATEGORY: Emacs
 #+TEXINFO_DIR_TITLE: With-Editor: (with-editor).
 #+TEXINFO_DIR_DESC: Using the Emacsclient as $EDITOR
-#+SUBTITLE: for version 2.5
+#+SUBTITLE: for version 2.5.7
 
 #+OPTIONS: H:4 num:3 toc:2
 
diff --git a/with-editor.texi b/with-editor.texi
index f0410f0..9092c3d 100644
--- a/with-editor.texi
+++ b/with-editor.texi
@@ -47,7 +47,7 @@ General Public License for more details.
 @finalout
 @titlepage
 @title With-Editor User Manual
-@subtitle for version 2.5
+@subtitle for version 2.5.7
 @author Jonas Bernoulli
 @page
 @vskip 0pt plus 1filll



reply via email to

[Prev in Thread] Current Thread [Next in Thread]