Skip to content

Commit

Permalink
1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuebner committed Sep 18, 2024
1 parent e4551c6 commit 5cd13fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chunga.asd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-USER; Base: 10 -*-
;;; $Header: /usr/local/cvsrep/chunga/chunga.asd,v 1.20 2008/05/24 18:38:30 edi Exp $

;;; Copyright (c) 2006-2010, Dr. Edmund Weitz. All rights reserved.
;;; Copyright (c) 2006-2024, Dr. Edmund Weitz. All rights reserved.

;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the following conditions
Expand Down Expand Up @@ -29,7 +29,7 @@

(asdf:defsystem :chunga
:serial t
:version "1.1.8"
:version "1.1.9"
:license "BSD"
:depends-on (:trivial-gray-streams)
:components ((:file "packages")
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h2>CHUNGA - Portable chunked streams for Common Lisp</h2>

Chunga together with this documentation can be downloaded
from <a href="https://github.com/edicl/chunga/releases/latest">Github</a>. The
current version is 1.1.8. Chunga will only
current version is 1.1.9. Chunga will only
work with Lisps where
the <a href="http://www.lispworks.com/documentation/HyperSpec/Body/26_glo_c.htm#character_code">character
codes</a> of
Expand Down

0 comments on commit 5cd13fe

Please sign in to comment.