From 79b5d96f799e282016ccb9da7f65ad05404c6668 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sat, 9 Oct 2010 18:05:46 +0000 Subject: Bump version: 22 beta -> 23. Ignore-this: c572cc4ee3c067325171c774fdc38dca darcs-hash:20101009180546-00fcc-efb096fbb4a15080f605903ab1fe99f7b1abbaf6 --- paredit.el | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'paredit.el') diff --git a/paredit.el b/paredit.el index 2794f90..90813a0 100644 --- a/paredit.el +++ b/paredit.el @@ -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 . ;;; This file is permanently stored at -;;; . +;;; . ;;; ;;; The currently released version of paredit is available at ;;; . @@ -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 -- cgit v1.2.1