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

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

[nongnu] elpa/paredit ff2cbab 018/224: Bump version number: 21 -> 22 bet


From: ELPA Syncer
Subject: [nongnu] elpa/paredit ff2cbab 018/224: Bump version number: 21 -> 22 beta.
Date: Sat, 7 Aug 2021 09:22:09 -0400 (EDT)

branch: elpa/paredit
commit ff2cbab8971a075bdcd87af0fa543ef04d361451
Author: Taylor R Campbell <campbell@mumble.net>
Commit: Taylor R Campbell <campbell@mumble.net>

    Bump version number: 21 -> 22 beta.
    
    darcs-hash:20080928134937-00fcc-7caddb09c14e2cfde0f950d150a9d2a18f2b9d78
---
 paredit.el | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/paredit.el b/paredit.el
index d0d4eb1..4e10d52 100644
--- a/paredit.el
+++ b/paredit.el
@@ -1,7 +1,11 @@
 ;;; -*- Mode: Emacs-Lisp; outline-regexp: "\n;;;;+" -*-
 
 ;;;;;; Paredit: Parenthesis-Editing Minor Mode
-;;;;;; Version 21
+;;;;;; Version 22 (beta)
+
+;;; NOTE:  THIS IS A BETA VERSION OF PAREDIT.  USE AT YOUR OWN RISK.
+;;; THIS FILE IS SUBJECT TO CHANGE, AND NOT SUITABLE FOR DISTRIBUTION
+;;; BY PACKAGE MANAGERS SUCH AS APT, PKGSRC, MACPORTS, &C.
 
 ;;; Copyright (c) 2008, Taylor R. Campbell
 ;;;
@@ -34,7 +38,7 @@
 ;;; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 ;;; This file is permanently stored at
-;;;   <http://mumble.net/~campbell/emacs/paredit-21.el>.
+;;;   <http://mumble.net/~campbell/emacs/paredit-22.el>.
 ;;;
 ;;; The currently released version of paredit is available at
 ;;;   <http://mumble.net/~campbell/emacs/paredit.el>.
@@ -174,8 +178,8 @@
 
 ;;; This assumes Unix-style LF line endings.
 
-(defconst paredit-version 21)
-(defconst paredit-beta-p nil)
+(defconst paredit-version 22)
+(defconst paredit-beta-p t)
 
 (eval-and-compile
 



reply via email to

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