summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2016-11-09 13:03:48 +0100
committerJonas Bernoulli <jonas@bernoul.li>2016-11-09 13:03:48 +0100
commit650e0ad46dd4f40251e162d8537cdccddfe274eb (patch)
tree03876fcf91be5972a9d77eeda37a13846179641b /Makefile
parentb2d9d6b38cbb3993d4c100b098fc7efc9274b9b4 (diff)
manual: include sub-minor part of version in subtitle
Also bump that part in the Makefile, now that it matters.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 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 ")