From: Nicola Pero Date: Wed, 8 Jun 2011 08:24:15 +0000 (+0000) Subject: In libobjc/: 2011-06-08 Nicola Pero X-Git-Tag: releases/gcc-4.7.0~6158 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7907a5509b7b871110676bc89718b3a203591b8;p=thirdparty%2Fgcc.git In libobjc/: 2011-06-08 Nicola Pero In libobjc/: 2011-06-08 Nicola Pero * configure.ac (VERSION): Bumped to 4:0:0. * configure (VERSION): Likewise. From-SVN: r174798 --- diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 587821d8e64f..627d39fcb3a7 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,8 @@ +2011-06-08 Nicola Pero + + * configure.ac (VERSION): Bumped to 4:0:0. + * configure (VERSION): Likewise. + 2011-06-08 Nicola Pero * objc/README: Updated. diff --git a/libobjc/configure b/libobjc/configure index 9c3f621c8891..c68cde0f806f 100755 --- a/libobjc/configure +++ b/libobjc/configure @@ -2274,7 +2274,7 @@ target_subdir=${target_noncanonical} # 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 diff --git a/libobjc/configure.ac b/libobjc/configure.ac index 35b724376cc8..dd303fff065e 100644 --- a/libobjc/configure.ac +++ b/libobjc/configure.ac @@ -27,7 +27,7 @@ GCC_TOPLEV_SUBDIRS # 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