This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] Bump libjava soversion
- From: Matthias Klose <doko at ubuntu dot com>
- To: java-patches at gcc dot gnu dot org
- Date: Tue, 20 Jan 2015 21:20:46 +0100
- Subject: Re: [patch] Bump libjava soversion
- Authentication-results: sourceware.org; auth=none
- References: <545A62D3 dot 601 at ubuntu dot com>
On 11/05/2014 06:48 PM, Matthias Klose wrote:
> The yearly version bump. Ok to commit?
>
> Matthias
>
> 2014-11-05 Matthias Klose <doko@ubuntu.com>
>
> * libtool-version: Bump soversion.
>
>
> --- libtool-version (revision 217124)
> +++ libtool-version (working copy)
> @@ -3,4 +3,4 @@
> # a separate file so that version updates don't involve re-running
> # automake.
> # CURRENT:REVISION:AGE
> -15:0:0
> +16:0:0
>
ping?
here is one more reason ... dbexecdir is encoded into libgcj, having the major
GCC version in the path. So this doesn't seem to be compatible.
Matthias