emacs-diffs
[Top][All Lists]
Advanced

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

scratch/so-long a799d9b 2/7: ; * lisp/so-long.el: Bump to version 1.1


From: Phil
Subject: scratch/so-long a799d9b 2/7: ; * lisp/so-long.el: Bump to version 1.1
Date: Sun, 10 Jan 2021 08:06:59 -0500 (EST)

branch: scratch/so-long
commit a799d9bb03a3ee26b2a6736daee99b3991a83d87
Author: Phil Sainty <psainty@orcon.net.nz>
Commit: Phil Sainty <psainty@orcon.net.nz>

    ; * lisp/so-long.el: Bump to version 1.1
---
 lisp/so-long.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lisp/so-long.el b/lisp/so-long.el
index f7978b0..2440a71 100644
--- a/lisp/so-long.el
+++ b/lisp/so-long.el
@@ -8,7 +8,7 @@
 ;; Keywords: convenience
 ;; Created: 23 Dec 2015
 ;; Package-Requires: ((emacs "24.4"))
-;; Version: 1.0
+;; Version: 1.1
 
 ;; This file is part of GNU Emacs.
 
@@ -391,6 +391,7 @@
 
 ;; * Change Log:
 ;;
+;; 1.1   - ?
 ;; 1.0   - Included in Emacs 27.1, and in GNU ELPA for prior versions of Emacs.
 ;;       - New global mode `global-so-long-mode' to enable/disable the library.
 ;;       - New user option `so-long-action'.
@@ -444,9 +445,9 @@
 (require 'cl-lib)
 
 (add-to-list 'customize-package-emacs-version-alist
-             '(so-long ("1.0" . "27.1")))
+             '(so-long ("1.1" . "28.1")))
 
-(defconst so-long--latest-version "1.0")
+(defconst so-long--latest-version "1.1")
 
 (declare-function longlines-mode "longlines")
 (defvar longlines-mode)



reply via email to

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