This website requires JavaScript.
Explore
Help
Register
Sign In
scsh-conservatory
/
scsh-0.5
Watch
1
Star
0
Fork
You've already forked scsh-0.5
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
srfi13and14_integration_2000_3_10
scsh-0.5
/
scsh
/
scsh-version.scm
4 lines
97 B
Scheme
Raw
Permalink
Normal View
History
Unescape
Escape
*** empty log message ***
1995-10-13 23:34:21 -04:00
(
define
scsh-major-version
0
)
Integrated srfi-13 (string lib)& srfi-14 (char-set lib) - Ported sources to use these libs instead of older string & cset libs - Wrote backwards-compatibility libs for now-deprecated procs in the scsh API - Hacked the makefile/package/interfaces glue Whew.
2001-03-10 22:47:00 -05:00
(
define
scsh-minor-version
5
)
(
define
scsh-version-string
"0.5.3"
)