Patrick Galbraith wrote:
In my previous announcement, I had version 3.0001_0, when I meant 3.0001_1,
All the rest of the info is correct!

Patrick, are you going after 1000 versions or the triplet versioning like perl's? (5.008006 = 5.8.6). If the former, please ignore this email. Otherwise please read on :)

I think 3.0001_1 is a bad idea, Patrick. What you are after is 3.000001, since 3.0009 is bigger than 3.00010 (i.e. once you cross the .10 line you are in trouble. Take a look at mod_perl 2, it has:

perl -Mmod_perl2 -le 'print $mod_perl2::VERSION_TRIPLET'
2.0.2
perl -Mmod_perl2 -le 'print $mod_perl2::VERSION'
2.000002

VERSION_TRIPLET is our own invention, derived from VERSION :)

In which case the next release needs to have the version 3.000002, IMHO.

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to