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]

Re: Patch: FYI: libgcj version number


Tom Tromey wrote:

>Bryce> It would be nice to have access to the full version string
>Bryce> including the build date. Is there any reason not to #include
>Bryce> gcc/version.h?
>
>I think __VERSION__ includes this info.
>I get this:
>
>    creche. gij --version
>    gij (GNU libgcj) version 3.2 20020227 (experimental)
>

Yeah, you're right. Only problem is that this will not update unless 
natSystem.cc is rebuilt, so it wont change when libjava is partially 
rebuilt. But thats not a major issue I guess.

regards

Bryce.



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