picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 57e579c0c3c40f2d547c16871d6e30137e85c5a6
parent 154733907824d1789368be4510a52f169496c749
Author: Alexander Burger <abu@software-lab.de>
Date:   Mon, 16 May 2011 12:44:08 +0200

Forgot to increment the version
Diffstat:
Msrc/vers.h | 2+-
Msrc64/version.l | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/vers.h b/src/vers.h @@ -1 +1 @@ -static byte Version[4] = {3,0,6,11}; +static byte Version[4] = {3,0,6,12}; diff --git a/src64/version.l b/src64/version.l @@ -1,6 +1,6 @@ -# 12may11abu +# 16may11abu # (c) Software Lab. Alexander Burger -(de *Version 3 0 6 11) +(de *Version 3 0 6 12) # vi:et:ts=3:sw=3