Version.major

Major, Minor and Micro versions

  1. uint major;
    struct Version
    uint major;
  2. uint minor;
  3. uint micro;

Meta