From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17634 invoked by alias); 20 Jun 2013 12:37:45 -0000 Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org Received: (qmail 17601 invoked by uid 89); 20 Jun 2013 12:37:41 -0000 X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_LOW,TW_GC autolearn=ham version=3.3.1 Received: from youngberry.canonical.com (HELO youngberry.canonical.com) (91.189.89.112) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 20 Jun 2013 12:37:41 +0000 Received: from dslb-088-073-087-011.pools.arcor-ip.net ([88.73.87.11] helo=[192.168.42.222]) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1Upe7P-0003zv-5C for java-patches@gcc.gnu.org; Thu, 20 Jun 2013 12:37:39 +0000 Message-ID: <51C2F78F.4030809@ubuntu.com> Date: Thu, 20 Jun 2013 12:37:00 -0000 From: Matthias Klose User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: GCJ-patches Subject: [patch] bump libgcj soversion Content-Type: multipart/mixed; boundary="------------000805040807030308020407" X-Virus-Found: No X-SW-Source: 2013-q2/txt/msg00059.txt.bz2 This is a multi-part message in MIME format. --------------000805040807030308020407 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Content-length: 92 Bump the libgcj soversion for 4.9, as done for every release. Ok for the trunk? Matthias --------------000805040807030308020407 Content-Type: text/plain; charset=UTF-8; name="libgcj.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="libgcj.diff" Content-length: 385 2013-06-20 Matthias Klose * libtool-version: Bump soversion. Index: libtool-version =================================================================== --- libtool-version (revision 200240) +++ libtool-version (working copy) @@ -3,4 +3,4 @@ # a separate file so that version updates don't involve re-running # automake. # CURRENT:REVISION:AGE -14:0:0 +15:0:0 --------------000805040807030308020407--