aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2026-03-09 21:04:15 -0400
committerGravatar Peter McGoron 2026-03-09 21:04:15 -0400
commit033a4b17124ad7a8748fd942afe21ccbf8c33a75 (patch)
treed381b4575ad7ea3cdcf3c21d168d19657fb00046
parenttesting with tr7 (diff)
0.3.0
Diffstat (limited to '')
-rw-r--r--Makefile4
-rw-r--r--hascheme-6.release-info4
2 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 36e1484..89364a6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
.POSIX:
-VERSION=0.2.0
+VERSION=0.3.0
help:
echo 'make clean'
@@ -9,4 +9,4 @@ clean:
rm -f *.so *.import.scm *.o *.link *.build.sh *.import.c *.install.sh tests/*log *.log
chicken-package:
- tar -czvf "${VERSION}-5.tar.gz" hascheme.egg lib/ tests/run.scm
+ tar -czvf "${VERSION}-6.tar.gz" hascheme.egg lib/ tests/run.scm
diff --git a/hascheme-6.release-info b/hascheme-6.release-info
new file mode 100644
index 0000000..3b09eef
--- /dev/null
+++ b/hascheme-6.release-info
@@ -0,0 +1,4 @@
+(repo git "https://software.mcgoron.com/hascheme")
+
+(uri targz "https://files.mcgoron.com/chicken/hascheme/{egg-release}-{chicken-release}.tar.gz")
+(release "0.3.0")