-
Notifications
You must be signed in to change notification settings - Fork 95
Description
I was asked what version of MTConnect software I was distributing. Needless to say, I had no real answer. I am using version 1.2 adapter and agent that I downloaded from github, and know work. No drips, no runs, no errors. I tweak as appropriate (e.g., I commented out threading from the adapter). I have a msi script with version increments (so it will overwrite existing installations.) but this is no real answer. I realize there is a version.hh in the agent, but its only for major.minor MTConnect version. Visual Studio C++ versioning is horrible, C# is better (of course). If there is a way to identify version including build in MTconnect, then I will spend some time figuring out how to automate a post-build in windows.
Any thoughts appreciated before I jump in the MTConnect versioning pool...