On Fri, Apr 22, 2011 at 03:50:28PM +0200, Mark Kettenis wrote:
> > ===================================================================
> > RCS file: /cvs/src/lib/libc/shlib_version,v
> > retrieving revision 1.128
> > diff -u -p -r1.128 shlib_version
> > @@ -1,4 +1,4 @@
> > -major=58
> > +major=59
> >  minor=1
> >  # note: If changes were made to include/thread_private.h or if system
> >  # calls were added/changed then libpthread must also be updated.
> 
> Since you're only adding new functions, you should bump the minor
> instead of the major.
> 
> Also, note that if you do bump the major, you should reset the minor to 0.
> 
> > Index: gnu/lib/libstdc++-v3/shlib_version
> > ===================================================================
> > RCS file: /cvs/src/gnu/lib/libstdc++-v3/shlib_version,v
> > retrieving revision 1.1
> > diff -u -p -r1.1 shlib_version
> > @@ -1,2 +1,2 @@
> > -major=50
> > +major=51
> >  minor=0
> 
> Here, bumping the major is probably the right thing to do, since the
> availability of wprintf is likely to affect the ABI through autoconf
> magic that is difficult to track.

Thanks, here's a proper bump diff:

Index: lib/libc/shlib_version
===================================================================
RCS file: /cvs/src/lib/libc/shlib_version,v
retrieving revision 1.128
diff -u -p -r1.128 shlib_version
@@ -1,4 +1,4 @@
 major=58
-minor=1
+minor=2
 # note: If changes were made to include/thread_private.h or if system
 # calls were added/changed then libpthread must also be updated.
Index: gnu/lib/libstdc++-v3/shlib_version
===================================================================
RCS file: /cvs/src/gnu/lib/libstdc++-v3/shlib_version,v
retrieving revision 1.1
diff -u -p -r1.1 shlib_version
@@ -1,2 +1,2 @@
-major=50
+major=51
 minor=0

Reply via email to