branch: elpa/with-editor
commit 650e0ad46dd4f40251e162d8537cdccddfe274eb
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
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