Subject: Re: CVS commit: basesrc
To: None <itojun@iijlab.net>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: tech-net
Date: 07/02/1999 07:39:05
On Fri, 02 Jul 1999 21:41:53 +0900 
 itojun@iijlab.net wrote:

 > 	Should I increase shlib minor version for this?

Did you add externally-callable functions?  If so, yes.  If not, then
no.  I.e. if the only different external programs will notice is new
keywords in the parser, then no minor update is necessary.  But if it
is possible for external programs to call any new functions you added,
then yes.

        -- Jason R. Thorpe <thorpej@nas.nasa.gov>