Quote:
Originally Posted by Dr.osamA
thank you bro
but i see this in sorce
PHP Code:
<dependencies>
<dependency dependencytype="vbulletin" minversion="4.2.0 Alpha 1" maxversion="5.0.0" />
</dependencies>
for that i asked
|
"minversion" means "Minimum Version" so it says 4.2.0 Alpha is the Minimum version.
4.2.0 is greater than 4.1.12 because 2 is greater than 1. The 12 doesn't matter in this case.