diff options
| author | Taylor R Campbell <campbell@mumble.net> | 2010-10-09 18:05:46 +0000 | 
|---|---|---|
| committer | Taylor R Campbell <campbell@mumble.net> | 2010-10-09 18:05:46 +0000 | 
| commit | 79b5d96f799e282016ccb9da7f65ad05404c6668 (patch) | |
| tree | b74893e37464806dcce8b3ca65a34f3eaa5caead | |
| parent | 24d2ade311083b78cfad8a4d27feb3f94505df5d (diff) | |
Bump version: 22 beta -> 23.
Ignore-this: c572cc4ee3c067325171c774fdc38dca
darcs-hash:20101009180546-00fcc-efb096fbb4a15080f605903ab1fe99f7b1abbaf6
| -rw-r--r-- | paredit.el | 12 | 
1 files changed, 8 insertions, 4 deletions
| @@ -3,10 +3,14 @@  ;; Copyright (C) 2005--2010 Taylor R. Campbell  ;; Author: Taylor R. Campbell -;; Version: 22 +;; Version: 23 (beta)  ;; Created: 2005-07-31  ;; Keywords: lisp +;; 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. +  ;; Paredit is free software: you can redistribute it and/or modify it  ;; under the terms of the GNU General Public License as published by  ;; the Free Software Foundation, either version 3 of the License, or @@ -21,7 +25,7 @@  ;; along with paredit.  If not, see <http://www.gnu.org/licenses/>.  ;;; This file is permanently stored at -;;;   <http://mumble.net/~campbell/emacs/paredit-22.el>. +;;;   <http://mumble.net/~campbell/emacs/paredit-23.el>.  ;;;  ;;; The currently released version of paredit is available at  ;;;   <http://mumble.net/~campbell/emacs/paredit.el>. @@ -161,8 +165,8 @@  ;;; This assumes Unix-style LF line endings. -(defconst paredit-version 22) -(defconst paredit-beta-p nil) +(defconst paredit-version 23) +(defconst paredit-beta-p t)  (eval-and-compile | 
