First of all, the reason we have the line, MODULE_DESC = "PHP 4.3 - LDAP Extension" is for the need from Novell that every module needs to carry a meaningful description.
Now, we decided that we will put the base version here and change it when the next version is released. Meaning, since right now the release version is 4.3 we keep this no, and when the next version is about to be released, we chang the no in MODULE_DESC accordingly and then commit that change. Otherwise we will have to make intermediate commits that corrects only this version no with no other change in the makefile. Do you think this is a fair approach? Please let us know if there is any issue in this kind of approach. Thanks, Ananth. >>> Jon Parise <[EMAIL PROTECTED]> 01/06/03 09:58PM >>> On Sun, Jan 05, 2003 at 10:41:13PM -0700, Ananth Kesari wrote: > > > # Module details > > > MODULE_NAME = php_ldap > > > -MODULE_DESC = "PHP LDAP Extension" > > > -VMAJ = 0 > > > -VMIN = 60 > > > -VREV = 1 > > > +MODULE_DESC = "PHP 4.3 - LDAP Extension" > > > +VMAJ = 3 > > > +VMIN = 0 > > > +VREV = 0 > > > > Why is the PHP version being included here? > > This is not PHP version but the version of the NLM (executable on > NetWare). We increment this NLM version dependending on the fixes we > make. Sure, but it says "PHP 4.3 - LDAP Extension", and this was a commit to the HEAD branch (which is PHP 4.4, at least for the time being). -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php