/usr/share/scsh-0.6/scsh/scsh-version.scm is in scsh-common-0.6 0.6.7-8.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | (define scsh-major-version 0)
(define scsh-minor-version 6)
(define scsh-version-string "0.6.7")
(define scsh-release-name "R6RS")
|