Minor versions in C4D submitter

Hi
I need to modify the C4D plugin to catch if the submitting C4D version is higher than a certain minor version: Any submitting version < 16.### should use a preconfigured executable. Where in the C4D plugin is the version selection taking place?
Any help appreciated.

Cheers
Bonsak

Hello,

I do believe in the plugin file I am looking at it begins around line 65, which says

def RenderExecutable( self ):

Thanks but i figured it out.
Its here: /DeadlineRepository7/submission/Cinema4D/Main/SubmitC4DToDeadline.py line 1005. Just added a small if/else test. Works like a charm.

Cheers
Bonsak

Ahh, great to hear!