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

Using VERSION to determine the MisterHouse program version. #123

Merged
merged 1 commit into from
Mar 18, 2013

Commits on Mar 13, 2013

  1. Using VERSION to determine the MisterHouse program version.

    I propose to use the VERSION file in the root of the MisterHouse codebase to determine what version of Misterhouse we're running.
    This is opposed to the hardcoded version in bin/mh.
    
    I've cleaned out some legacy code that tried to determine the svn version (we're no longer using that) and now bin/mh reads the VERSION file. For the master branch this file reads 'unstable' by default. When we make a new version now, we only need to update the version number in the VERSION file to have it pushed to all locations in mh that rely on or use the version number.
    hollie committed Mar 13, 2013
    Configuration menu
    Copy the full SHA
    cdcb40e View commit details
    Browse the repository at this point in the history