From a1176a0305135c484d87af1eccd621d22af48f93 Mon Sep 17 00:00:00 2001 From: Zachary Beane Date: Thu, 30 Dec 2021 14:39:33 -0500 Subject: [PATCH] Updated version to 1.6. --- 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 7d7da84..d3bac09 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.5, released on December 23rd, 2017. +The latest version is 1.6, released on December 30th, 2021.

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