Version detection for software with leading zeroes

Hi All, does anyone have any experience with dealing with software that has zeros as the leading digit in the version string?

I am trying to do detection and installation verification on a program that has the version 23.2.07, but when i try to define the version it doesn’t seem to allow me to have the zero, and instead corrects it to 23.2.7, which then doesnt match and causes a noncompliance (at least I think this is the issue).

Heres an example of where I’m currently at:

I feel like this is close to working if i can get this to run.

Thanks if you read this.