From f077a5eb9d894819700b08b683285736398ca341 Mon Sep 17 00:00:00 2001 From: vseloved Date: Thu, 9 Oct 2014 22:07:58 +0300 Subject: [PATCH] Abbr := as psetf instead of setf (kudos to @orivej) --- core/abbr.lisp | 2 +- rutils.asd | 2 +- version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/abbr.lisp b/core/abbr.lisp index 4ebfd19..e7c2513 100644 --- a/core/abbr.lisp +++ b/core/abbr.lisp @@ -49,7 +49,7 @@ (abbr split-if split-sequence-if) (abbr split-if-not split-sequence-if-not) -(abbr := setf) +(abbr := psetf) (abbr :+ incf) (abbr :- decf) diff --git a/rutils.asd b/rutils.asd index 6a90cd7..101e0d4 100644 --- a/rutils.asd +++ b/rutils.asd @@ -3,7 +3,7 @@ (asdf:defsystem #:rutils :name "Radical utilities" - :version "3.2.1";(:read-file-line "version.txt") + :version "3.2.2";(:read-file-line "version.txt") :author "Vsevolod Dyomkin " :maintainer "Vsevolod Dyomkin " :licence "3-clause MIT licence" diff --git a/version.txt b/version.txt index 3b52fbf..f561c09 100644 --- a/version.txt +++ b/version.txt @@ -1,2 +1,2 @@ -3.2.1 +3.2.2 1.3.0