I am updating an existing Notes application with some minor changes. When I developed the original application some time ago (>10 years), I originally built a master template and assigned a version to the master template. The standard release practise in the environment is to build in a dev environment, make a template from dev which is then used to refresh the databases in the test environment and then ultimately used to refresh the production environment databases also.
I don't recall how I was able to set the version text on the master template, nor have I been able to find any information on how this can be done. I recall the process with more of a 'hack' than something that was available as a standard developer feature.
Is anyone familiar with the process to set/update the template version on a master template?
I have an agent with the following code to set the template version. I run the agent manually from the template before refreshing the design of a database based on the template.
This wasn't originally my code. I found it somewhere on the internet many years ago, and have made only minor changes.