From a4269edc6bba8d6e903df0c0bc61c1bfe8b69f17 Mon Sep 17 00:00:00 2001 From: Zach Beane Date: Tue, 14 Oct 2014 19:49:06 -0400 Subject: [PATCH] Updated version to 1.4.8. --- doc/index.html | 2 +- vecto.asd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/index.html b/doc/index.html index 5e7f6cb..e0a887f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -27,7 +27,7 @@ Lisp, without depending on external non-Lisp libraries, it should work in any Common Lisp environment. Vecto is available under a BSD-like license. -The latest version is 1.4.7, released on December 14th, 2013. +The latest version is 1.4.8, released on October 14th, 2014.

Vecto is used by Easystreet diff --git a/vecto.asd b/vecto.asd index 4636619..3a13b3d 100644 --- a/vecto.asd +++ b/vecto.asd @@ -30,7 +30,7 @@ :depends-on (#:cl-vectors #:zpng #:zpb-ttf) - :version "1.4.7" + :version "1.4.8" :author "Zach Beane " :description "Create vector graphics in PNG files." :license "BSD" -- 2.11.4.GIT