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

Do not prepend v to version #1504

Merged
merged 1 commit into from
Mar 24, 2023

Commits on Mar 1, 2023

  1. Do not prepend v to version

    Debian expects upstream version to start with a digit. See
    deb-version(7) man page:
    https://manpages.debian.org/bullseye/dpkg-dev/deb-version.7
    
    Tools such as dpkg have started enforcing this rule and bail out with an
    error message if the ANTs version starts with `v2.4.3` instead of `2.4.3`.
    DimitriPapadopoulos committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    1d25c8d View commit details
    Browse the repository at this point in the history