Bump pstk version number
This commit is contained in:
parent
7e4e447c73
commit
ccc674ef87
|
|
@ -38,8 +38,8 @@
|
||||||
(open-output-pipe output-path))))
|
(open-output-pipe output-path))))
|
||||||
|
|
||||||
(define *wish-program* "tclsh")
|
(define *wish-program* "tclsh")
|
||||||
(define *wish-debug-input* #t)
|
(define *wish-debug-input* (if (get-environment-variable "PSTK_DEBUG") #t #f))
|
||||||
(define *wish-debug-output* #t)
|
(define *wish-debug-output* (if (get-environment-variable "PSTK_DEBUG") #t #f))
|
||||||
|
|
||||||
(define *use-keywords?*
|
(define *use-keywords?*
|
||||||
(cond-expand (chicken #t)
|
(cond-expand (chicken #t)
|
||||||
|
|
|
||||||
|
|
@ -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.
|
underneath. It should work on any implementation those libraries work on.
|
||||||
|
|
||||||
|
|
||||||
|
Set PSTK_DEBUG environment variable to see debug output.
|
||||||
|
|
||||||
### 1.1. Simple Example
|
### 1.1. Simple Example
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
1.0.3
|
1.0.4
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue