On 2017-09-20 23:37, Dan Wilcox wrote:
Where are the TCL_MAJOR_VERSION, TCL_MINOR_VERSION, & TCL_BUGFIX_VERSION set? There are listed as globals in pd-gui.tcl and don't seem to be set on mac when running Pd from the command line. I'm trying to check the BUGFIX version in order to detect if the buggy 8.5.9 is being used on macOS.
here they are set to (0,0,0), which is the default in pd-gui.tcl:117ff (for all platforms). since it's nowhere used (neither set nor consumed), despite the comment on top of it, it should probably be removed completely.
gfamsdr IOhannes