branch: externals/fountain-mode
commit 16001a5d8f039d031fb4a4c474664eb49676deb6
Author: Paul W. Rankin <he...@paulwrankin.com>
Commit: Paul W. Rankin <he...@paulwrankin.com>

    Use lm-version, bump version number
---
 fountain-mode.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/fountain-mode.el b/fountain-mode.el
index 1b29129..0602098 100644
--- a/fountain-mode.el
+++ b/fountain-mode.el
@@ -2,9 +2,9 @@
 
 ;; Copyright (c) 2014-2019 Free Software Foundation, Inc.
 
-;; Author: Paul Rankin <he...@paulwrankin.com>
+;; Author: Paul W. Rankin <he...@paulwrankin.com>
 ;; Keywords: wp, text
-;; Version: 2.7.0
+;; Version: 2.7.1
 ;; Package-Requires: ((emacs "24.5"))
 
 ;; This file is part of GNU Emacs.
@@ -92,7 +92,7 @@
 (eval-when-compile (require 'cl-lib))
 
 (defconst fountain-version
-  "2.7.0")
+  (lm-version))
 
 (defun fountain-version ()
   "Return `fountain-mode' version."

Reply via email to