4 lines
91 B
Text
4 lines
91 B
Text
;;; Exit if version below 15.00
|
|
if pop_internal_version < 150000 then
|
|
sysexit()
|
|
endif;
|