From e91a42f1ee31b9a86948ba9f05fb4e965acfad68 Mon Sep 17 00:00:00 2001 From: Zachary Beane Date: Tue, 19 Oct 2021 19:27:29 -0400 Subject: [PATCH] Updated version to 2.1. --- doc/index.html | 2 +- salza2.asd | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/index.html b/doc/index.html index 365463c..1509b2f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -25,7 +25,7 @@ It does not use any external libraries for compression. It does not yet support decompression. Salza2 is available under a BSD-like license. -The latest version is 2.0.9, released on July 18th, 2013. +The latest version is 2.1, released on October 19th, 2021.

Download shortcut: diff --git a/salza2.asd b/salza2.asd index dc265cb..bc08339 100644 --- a/salza2.asd +++ b/salza2.asd @@ -29,7 +29,7 @@ (asdf:defsystem #:salza2 :author "Zachary Beane " :license "BSD" - :version "2.0.9" + :version "2.1" :description "Create compressed data in the ZLIB, DEFLATE, or GZIP data formats" :depends-on ("trivial-gray-streams") @@ -99,7 +99,7 @@ (asdf:defsystem #:salza2/test :author "Zachary Beane " :license "BSD" - :version "2.0.9" + :version "2.1" :description "Tests for Salza2 system" :depends-on ("salza2" "parachute" "flexi-streams" "chipz") :perform (asdf:test-op (op c) -- 2.11.4.GIT