[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] version
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] version |
Date: |
Wed, 27 Nov 2002 21:35:01 +0100 (CET) |
> ok, if the numbers reported by freetype-config --version are
> generated by libtool, the numbers appended to libfreetype.so clearly
> aren't.
Wrong. Both numbers are created by libtool, but only the one
returned by --version is platform-independent.
> I wouldn't care all that much but I use freetype-config
> to detect the installed version and in my own (Fresco's, formerly
> Berlin's) buildsystem I'd like to specify what minimum version we
> currently rely on.
> That's why I want to know whether this '9.2.3' is actually correct.
Yes. 9.2.3 identifies FreeType 2.1.3. I've already created the file
docs/VERSION.DLL to document this.
Werner