Bump pstk version number

This commit is contained in:
retropikzel 2025-12-13 20:07:06 +02:00
parent 7e4e447c73
commit ccc674ef87
3 changed files with 4 additions and 3 deletions

View File

@ -38,8 +38,8 @@
(open-output-pipe output-path))))
(define *wish-program* "tclsh")
(define *wish-debug-input* #t)
(define *wish-debug-output* #t)
(define *wish-debug-input* (if (get-environment-variable "PSTK_DEBUG") #t #f))
(define *wish-debug-output* (if (get-environment-variable "PSTK_DEBUG") #t #f))
(define *use-keywords?*
(cond-expand (chicken #t)

View File

@ -12,6 +12,7 @@ The library now uses (retropikzel named-pipes) library, which uses (foreign c)
underneath. It should work on any implementation those libraries work on.
Set PSTK_DEBUG environment variable to see debug output.
### 1.1. Simple Example

View File

@ -1 +1 @@
1.0.3
1.0.4