-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
assign version number and automate building #37
Comments
Excellent idea. The uncertainty of knowing which source code version was used to create an executable has been a problem. |
Ben, do you know an automated way to do that which doesn't require manually updating what is printed out? |
we're using Jenkins as documented here - https://github.com/RSGInc/DaySim/wiki/Our-Automated-Testing-System |
Just a note to say that version information also available by right clicking and picking 'Properties' and then the details tab |
We don't know what version / release each model is using. I suggest we create a Daysim.exe -version entry point that prints to the console the version / build date.
The text was updated successfully, but these errors were encountered: