diff options
author | David Thompson <dthompson2@worcester.edu> | 2018-03-10 20:32:00 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2018-03-10 20:32:32 -0500 |
commit | 89a3558fb9b094b9a92055e98ad655e9bb799eba (patch) | |
tree | 9d1d9cff27ef3c757b96c4e85a4c7cc1345cdd85 | |
parent | 2f222c9f3cf3195805fcc1f70d63d4f6e6c3b4b6 (diff) |
Add chickadee release versions.
-rw-r--r-- | haunt.scm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -505,7 +505,8 @@ eventually 3D) games in Scheme, such as:") "Guile-OpenGL >= 0.1.0") #:license "GNU GPLv3+" #:releases - `())) + `(("0.2.0" ,(date 2017 01 26)) + ("0.1.0" ,(date 2017 01 23))))) (define shroud-page (project-page |