Enter a version string (like "2.3.0") in the Version String field, and the tool will automatically calculate and display the corresponding version ID.
Enter a version ID (like "2030070") in the Version ID field, and the tool will automatically convert it back to a human-readable version string.
XenForo supports alpha (a), beta (b), rc (release candidate), pl (patch level), and stable versions. Each has specific numeric ranges in the version ID system.
The version ID is calculated as: (major × 1,000,000) + (minor × 10,000) + (patch × 100) + suffix_code. Suffix codes range from 10-19 for alpha, 30-49 for beta, 50-69 for rc, and 71-99 for pl.
Click on any example in the "Version Examples" section below the calculator. The tool will automatically populate the fields and show the conversion result.