Skip to content

Commit

Permalink
bump to 0.9.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ursetto committed Nov 30, 2010
1 parent 115a5b6 commit 3ea38c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions chickadee.meta
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
;;; -*- scheme -*-

((egg "chickadee.egg")
(synopsis "chicken-doc web server")
(author "Jim Ursetto")
Expand Down
2 changes: 1 addition & 1 deletion chickadee.setup
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;; -*- scheme -*-

(define +version+ "0.9.8.2")
(define +version+ "0.9.8.3")

(compile -s -O2 -d1 -S chicken-doc-html.scm -j chicken-doc-html)
(compile -s -O2 -d0 chicken-doc-html.import.scm)
Expand Down

0 comments on commit 3ea38c0

Please sign in to comment.