We are migrating from PB2017 to PB2022. We have an in-house developed deployment program (built in PowerBuilder) that we have been flawlessly using for many years that uses the Version value of the Project object that we set when we deploy the application. I have noticed that the compiler is now placing a Runtime value in the Executable, appended to the Version value. This is causing a problem with our deployment program. Is it possible to have the compiler not append this Runtime Value? For example, we might set the Version to "Release 09.00.00 Build 350". When the application is deployed, the executable has "Release 09.00.00 Build 350(Runtime 22.0.0.1878)". Can there be a parameter value or option to exclude "(Runtime 22.0.0.1878)" from the Version value?