Skip to content

Commit

Permalink
Release 1.1.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
stassats committed Dec 31, 2017
1 parent f1c527a commit 1633085
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 1.1.7
2017-12-31
Removed (safety 0)
Version 1.1.6
2014-11-28
add CHANGELOG (Hans Huebner)
Expand Down
2 changes: 1 addition & 1 deletion chunga.asd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

(asdf:defsystem :chunga
:serial t
:version "1.1.6"
:version "1.1.7"
:depends-on (:trivial-gray-streams)
:components ((:file "packages")
(:file "specials")
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.6. Chunga will only
current version is 1.1.7. 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 1633085

Please sign in to comment.