diff options
| author | 2026-03-09 21:04:15 -0400 | |
|---|---|---|
| committer | 2026-03-09 21:04:15 -0400 | |
| commit | 033a4b17124ad7a8748fd942afe21ccbf8c33a75 (patch) | |
| tree | d381b4575ad7ea3cdcf3c21d168d19657fb00046 /Makefile | |
| parent | testing with tr7 (diff) | |
0.3.0
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
