You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. getVersionLabel(versionFile) != versionEntry.getVersionLabel()
getVersionLabel, if it's .v2 will return 2.
versionEntry.getVersionLabel returns major + . + minor.
The fix is to check getVersionLabel to see if it was version + minor, if not
then add .0. Should only be a problem with major version files.
Original issue reported on code.google.com by [email protected] on 30 Apr 2014 at 2:06
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 30 Apr 2014 at 2:06The text was updated successfully, but these errors were encountered: