aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-02-13 20:01:40 -0500
committerGravatar Peter McGoron 2025-02-13 20:01:40 -0500
commitc1fc32e0e45b9bf5ca183a875c79b82b6bfcdefb (patch)
treeab424253dbfb3a0ca62adc4f9dc79a42f4850b5b
parentadd CHICKEN release-info (diff)
-rw-r--r--srfi-194.egg6
1 files changed, 3 insertions, 3 deletions
diff --git a/srfi-194.egg b/srfi-194.egg
index c7e75c6..92393fc 100644
--- a/srfi-194.egg
+++ b/srfi-194.egg
@@ -1,10 +1,10 @@
((author "Shiro Kawai (design), Arvydas Silanskas (implementation), Linas Vepštas (implementation), and John Cowan (editor and shepherd)")
(maintainer "Peter McGoron")
- (version "1.0.0")
+ (version "1.0.0-rc2")
(synopsis "Random data generators")
- (category "data")
+ (category data)
(license "MIT")
- (dependencies "r7rs" "srfi-133" "srfi-27" "srfi-158")
+ (dependencies r7rs srfi-133 srfi-27 srfi-158)
(test-dependencies "test")
(components (extension srfi-194
(source "194.sld")