On Tue, Apr 09, 2002 at 03:52:18PM -0400, Mark Bradshaw wrote: >For cygwin: >2002-04-09 Mark Bradshaw <[EMAIL PROTECTED]> > > * cygwin.din: Add strptime. > * include/cygwin/version.h: Increment minor version number.
I've checked this in with one fix. You don't increment the minor version number when a new function is added. That would have changed the cygwin version to 1.3.11. Instead, you increment the API minor number when you export a new function. This is what I've done. cgf
