>>> This patch completes the removal of the public part of the 
>>> Traditional Objective-C runtime API from libobjc.
>>> 
>>> From now on, the only supported API is the "Modern" API. :-)
>> 
>> If you are removing exported functions from libobjc.so, you should
>> bump VERSION= in libobjc/configure.ac.
> 
> Yes, sure ... shall I do that now ?  I'm not done with changes yet. ;-)

But - you're right that we should bump it, so I bumped it :-)
I suppose we could bump it again when we get into phase 3, when we're finished
with the changes.

Thanks

Index: configure
===================================================================
--- configure   (revision 174797)
+++ configure   (working copy)
@@ -2274,7 +2274,7 @@
 # We need the following definitions because AC_PROG_LIBTOOL relies on them
 PACKAGE=libobjc
 # Version is pulled out to make it a bit easier to change using sed.
-VERSION=3:0:0
+VERSION=4:0:0
 
 
 # This works around the fact that libtool configuration may change LD
Index: configure.ac
===================================================================
--- configure.ac        (revision 174797)
+++ configure.ac        (working copy)
@@ -27,7 +27,7 @@
 # We need the following definitions because AC_PROG_LIBTOOL relies on them
 PACKAGE=libobjc
 # Version is pulled out to make it a bit easier to change using sed.
-VERSION=3:0:0
+VERSION=4:0:0
 AC_SUBST(VERSION)
 
 # This works around the fact that libtool configuration may change LD
Index: ChangeLog
===================================================================
--- ChangeLog   (revision 174797)
+++ ChangeLog   (working copy)
@@ -1,5 +1,10 @@
 2011-06-08  Nicola Pero  <nicola.p...@meta-innovation.com>
 
+       * configure.ac (VERSION): Bumped to 4:0:0.
+       * configure (VERSION): Likewise.
+
+2011-06-08  Nicola Pero  <nicola.p...@meta-innovation.com>
+
        * objc/README: Updated.
        * objc-private/selector.h: Updated comments.
        

Reply via email to