VirtualBox

Changeset 102910 in vbox


Ignore:
Timestamp:
Jan 17, 2024 8:35:27 AM (14 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161136
Message:

ValidationKit/testdriver/vbox.py: Need to increase the threshold to deduce if the version is part of the next major release when determining the API version, the 6.1 branch had enough bugfix releases to trigger this now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vbox.py

    r102108 r102910  
    14611461            # development build of the next release.
    14621462            self.fpApiVer = aiVerComponents[0] + 0.1 * aiVerComponents[1];
    1463             if aiVerComponents[2] >= 51:
     1463            if aiVerComponents[2] >= 71:
    14641464                if self.fpApiVer not in [6.1, 5.2, 4.3, 3.2,]:
    14651465                    self.fpApiVer += 0.1;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette