From eded455bee520e6008e7be498a837b263624981a Mon Sep 17 00:00:00 2001 From: Zach Beane Date: Tue, 14 Oct 2014 20:26:35 -0400 Subject: [PATCH] Updated version to 1.4.9. --- 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 8439811..763c060 100644 --- a/doc/index.html +++ b/doc/index.html @@ -38,7 +38,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.8, released on October 14th, 2014. +The latest version is 1.4.9, released on October 14th, 2014.

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