> -----Original Message----- > From: Chris Dolan [mailto:[email protected]] > Sent: Saturday, September 12, 2009 5:18 AM > To: Jonathan Swartz > Cc: [email protected] > Subject: Re: how to set $VERSION throughout distribution
> > 3) Put the same $VERSION in each module, matching the distribution > > and the main module > > > > 1 clearly wins for laziness - is there a reason to do more? If so, > > pros/cons to 2 vs 3? > > > > Thanks > > Jon > > I always choose #3. Me too :) If you have 2-3 sub modules, it might be ok to use different $VERSIONs but it gets out of hand when the number increases.
