Name | Modified | Size | Downloads / Week |
---|---|---|---|
1.0.0 | 2016-01-12 | ||
README | 2016-01-04 | 568 Bytes | |
Totals: 2 Items | 568 Bytes | 0 |
Each subdirectory of this directory represents a version of this software. Off course you should download latest unless your system is not compatible with it. FAQs ==== 1. How to compare versions? Numerically. Rules can be expressed in such way: 1.1.0 < 1.1.1 1.9.9 < 2.0.0 1.10.0 > 1.9.9 The first number you should compare is the most significant (left) one. If they're equal, compare number on the right, and again jump field right, and again, etc. until you find a difference. Two versions can't have the same names. Remember numbers are separated by dots.