Commit 196891b5 by Matthias Klose Committed by Matthias Klose

configure.ac (VERSION): Bump the version to 3:0:0.

2010-12-03  Matthias Klose  <doko@ubuntu.com> 

        * configure.ac (VERSION): Bump the version to 3:0:0.
        * configure: Regenerate.

From-SVN: r167426
parent 3609dfbf
2010-12-03 Matthias Klose <doko@ubuntu.com>
* configure.ac (VERSION): Bump the version to 3:0:0.
* configure: Regenerate.
2010-11-23 Richard Frith-Macdonald <rfm@gnu.org> 2010-11-23 Richard Frith-Macdonald <rfm@gnu.org>
* sendmsg.c (get_imp): Fixed call to __objc_get_forward_imp to * sendmsg.c (get_imp): Fixed call to __objc_get_forward_imp to
......
...@@ -2272,7 +2272,7 @@ target_subdir=${target_noncanonical} ...@@ -2272,7 +2272,7 @@ target_subdir=${target_noncanonical}
# We need the following definitions because AC_PROG_LIBTOOL relies on them # We need the following definitions because AC_PROG_LIBTOOL relies on them
PACKAGE=libobjc PACKAGE=libobjc
# Version is pulled out to make it a bit easier to change using sed. # Version is pulled out to make it a bit easier to change using sed.
VERSION=2:0:0 VERSION=3:0:0
# This works around the fact that libtool configuration may change LD # This works around the fact that libtool configuration may change LD
......
...@@ -27,7 +27,7 @@ GCC_TOPLEV_SUBDIRS ...@@ -27,7 +27,7 @@ GCC_TOPLEV_SUBDIRS
# We need the following definitions because AC_PROG_LIBTOOL relies on them # We need the following definitions because AC_PROG_LIBTOOL relies on them
PACKAGE=libobjc PACKAGE=libobjc
# Version is pulled out to make it a bit easier to change using sed. # Version is pulled out to make it a bit easier to change using sed.
VERSION=2:0:0 VERSION=3:0:0
AC_SUBST(VERSION) AC_SUBST(VERSION)
# This works around the fact that libtool configuration may change LD # This works around the fact that libtool configuration may change LD
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment