/usr/lib/pd/extra/hcs/version-help.pd is in pd-hcs 0.1-2.
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 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | #N canvas 313 142 458 316 10;
#X obj 364 11 import hcs;
#X msg 49 57 bang;
#X text 40 12 Get the version of the currently running Pd.;
#X obj 49 119 version;
#X floatatom 49 168 5 0 0 3 major - -;
#X floatatom 111 168 5 0 0 3 minor - -;
#X floatatom 173 170 5 0 0 3 bugfix - -;
#X symbolatom 235 243 0 0 0 3 test - -;
#X obj 49 144 unpack float float float symbol symbol symbol;
#X symbolatom 297 203 0 0 0 3 date - -;
#X symbolatom 359 169 0 0 0 3 time - -;
#X connect 1 0 3 0;
#X connect 3 0 8 0;
#X connect 8 0 4 0;
#X connect 8 1 5 0;
#X connect 8 2 6 0;
#X connect 8 3 7 0;
#X connect 8 4 9 0;
#X connect 8 5 10 0;
|