diff options
author | Taylor R Campbell <campbell@mumble.net> | 2008-09-28 13:49:37 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@mumble.net> | 2008-09-28 13:49:37 +0000 |
commit | ff2cbab8971a075bdcd87af0fa543ef04d361451 (patch) | |
tree | 73df71fc886be65ca7a689bb4c4818e06621d848 | |
parent | 342fee5dfeeff59f94875639b3daa9383ba856a0 (diff) |
Bump version number: 21 -> 22 beta.
darcs-hash:20080928134937-00fcc-7caddb09c14e2cfde0f950d150a9d2a18f2b9d78
-rw-r--r-- | paredit.el | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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 |