@tikoci/centrs
    Preparing search index...

    Interface RouterOsVersionParts

    Parsed RouterOS version, ordered by the tuple (major, minor, patch, stage, stageIteration).

    interface RouterOsVersionParts {
        major: number;
        minor: number;
        patch: number;
        stageIteration: number;
        stageRank: 0 | 1 | 2;
    }
    Index

    Properties

    major: number
    minor: number
    patch: number
    stageIteration: number

    Iteration within the stage (beta2 → 2); 0 for a release.

    stageRank: 0 | 1 | 2

    Prerelease stage rank: beta=0 < rc=1 < release=2.