Skip to content

Version numbers incorrect #35

@Lexikos

Description

@Lexikos

For the v2.0-beta3-H002 release, A_AhkVersion is reporting 2.0-beta.1.

v2.0-beta3-H002 itself is incorrect; there must be a . between the pre-release identifier and the numeral. Without this dot, version number comparisons with other forks will yield incorrect results.

In other words, 2.0-beta3-H002 is (erroneously) greater than 2.0-beta.4, while 2.0-beta.3-H002 would (correctly) be greater than 2.0-beta.3 but less than 2.0-beta.4.

(That is presuming your version numbers are based on the main fork's version numbers, and are intended to be comparable.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions