This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Fix typo for libffi library version


Set the libffi library version according to
http://gcc.gnu.org/ml/gcc/2004-06/msg00784.html. Commited as obvious.

2004-06-26  Matthias Klose  <doko@debian.org>

        * libtool-version: Fix typo in revision/age.

Index: libtool-version
===================================================================
RCS file: /cvs/gcc/gcc/libffi/libtool-version,v
retrieving revision 1.1
diff -u -r1.1 libtool-version
--- libtool-version     17 Jun 2004 21:32:58 -0000      1.1
+++ libtool-version     26 Jun 2004 20:29:01 -0000
@@ -3,4 +3,4 @@
 # a separate file so that version updates don't involve re-running
 # automake.
 # CURRENT:REVISION:AGE
-4:0:1
+4:1:0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]