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

Update major.minor.patch version for 64bit ints #61

Merged
merged 1 commit into from
Oct 4, 2017

Commits on Oct 4, 2017

  1. Update major.minor.patch version for 64bit ints

    Update NewVersion to parse ints with a 64bit int size.
    
    Version's major, minor and patch fields are all int64 but NewVersion was
    parsing them with a 32bit bitsize, update this to 64bits.
    
    This is useful when the patch number is a timestamp in the format:
    yyMMddHHmmssSSS
    
    Add a test cases using 2147483648 (1 more than max 32bit int).
    zknill committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    7b35768 View commit details
    Browse the repository at this point in the history