Skip to content
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

Provide programmatic version information in all of our executables and dlls #6205

Merged
merged 6 commits into from Sep 1, 2016

Commits on Jul 24, 2016

  1. Provide proper version information in all executables and dlls: year,…

    … major, minor, build. Build is conveyed to scons via a version_build argument. AppVeyor uses its own build number for this.
    michaelDCurran committed Jul 24, 2016
    Copy the full SHA
    4901bc4 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2016

  1. Don't set fileDescription on executables and dlls. It is not really n…

    …eeded, plus it is misleading unless it is set with a string specific to each file.
    michaelDCurran committed Aug 8, 2016
    Copy the full SHA
    7a6312a View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2016

  1. Copy the full SHA
    a92d51b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    85d08d0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dd91836 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2016

  1. Copy the full SHA
    9c469df View commit details
    Browse the repository at this point in the history